Write a program that computes the total amount of money

Assignment Help Basic Computer Science
Reference no: EM13769973

1. Type the following program and save it as assign0.c. Extension should be .c and it should be lowercase. Compile the program, test it and submit it using blackboard.

/***********************************************/
/* Assignment No : 0 */
/* Name: Write your name here */
/* This program computes the sum two numbers */
/***********************************************/

#include <stdio.h>
int main()
{
/* Declare and initialize variables. */
int number1 = 4, number2 = 7, sum;
/* Calculate sum. */
sum = number1 + number2;
/* Print the sum. */
printf("The sum is %d \n", sum);
/* Exit program. */
system("pause");
return 0;
}

2. Write a program that computes the total amount of money in dollars and cents when the number of pennies (1 cent), nickels (5 cents), dimes (10 cents) and quarters (25 cents) are given. Sample execution of the program is given below.

Enter the number of pennies, nickels, dimes and quarters

1 2 4 5
You have 1 dollars and 76 cents
Pay attention to the following

(a) Name your file assign1.c
(b) Use integer division to find the number of dollars.
(c) Use mod operation (%) to find the number of cents.
(d) Test your program with the following cases. Output should match the output given after the →.

• 1 1 1 1 → You have 0 dollars and 41 cents
• 18 8 4 2 → You have 1 dollars and 48 cents
• 10 2 8 4 → You have 2 dollars and 0 cents
• 12 13 14 15 → You have 5 dollars and 92 cents

Submit your program electronicly using blackboard system

The program you submit should be your own work. Cheating will be reported to office of academic integrity. Both the copier and copiee will be held responsible.

3. Write a program that determines the roots of a quadratic equation. Given an equation of the form
ax2 + bx + c = 0

The roots of the equation can be computed using the formula

x1,2 = (-b ± √ (b 2 - 4ac))/ 2a

Your program should read the coefficients from user and display one the following messages depending on the value of roots.

• No real roots
This means b2 - 4ac < 0
• Two equal roots
This means b2 - 4ac = 0
• Two distinct roots

This means b2 - 4ac > 0

Test your program for the following cases

(a) Equation is of the form ax^2+bx+c=0
Enter a, b, c:
1 2 1
Two equal roots

(b) Equation is of the form ax^2+bx+c=0
Enter a, b, c:
1 3 1
Two distinct roots

(c) Equation is of the form ax^2+bx+c=0
Enter a, b, c:
1 1 1
No real roots

Submit your program electronically using the blackboard system

The program you submit should be your own work. Cheating will be reported to office of academic integrity. Both the copier and copiee will be held responsible.

Reference no: EM13769973

Questions Cloud

Consciously coordinated social unit : Which of the following is best defined as a consciously coordinated social unit, composed of two or more people, which functions on a relatively continuous basis to achieve a common goal or set of goals?
Concoct a list of celebrities you would like to have : Concoct a list of celebrities you would like to have attend your birthday party. Sequence sequence and confluence  confluence precision and technical reasoning
Write argumantive essay on the online shopping : Write argumantive essay as the final draft of the online shopping.
Management of business firms and other enterprises : What is forecasting and why is it so important in the management of business firms and other enterprises?
Write a program that computes the total amount of money : Write a program that computes the total amount of money in dollars and cents when the number of pennies (1 cent), nickels (5 cents), dimes (10 cents) and quarters (25 cents) are given. Sample execution of the program is given below.
Research on air pollution disasters-emissions air pollution : Choose one of the air pollution disasters described in Chapter 1 (Meuse River Valley, 1934; Donora Pennsylvania, 1948; or London, 1952), and discuss the incident in detail.
Explain the crime of assault and the crime of battery : Compare and contrast the key similarities and differences between the crime of assault and the crime of battery. Provide one (1) example of each crime to support your response
Distinction between marginal cost and incremental cost : What is the distinction between marginal cost and incremental cost and how are sunk costs treated in managerial decision-making? Why?
Describe a unforgettable childhood memory : Describe a unforgettable childhood memory.sequence precision technical reasoning confluent

Reviews

Write a Review

Basic Computer Science Questions & Answers

  Short paper on three-tiered architecture

Submit a report for the CIO about three-tiered architecture. The organization has continued to grow, and the architecture of the existing database needs to be changed to increase performance, scalability, and reliability. Your CIO has asked you to..

  Traditional approach or a type of agile approach

When evaluating a proposal for acquisition and sourcing, are there considerations that are unique in the case of an IT project versus a non-IT project?

  Suppose you observe that your home pc

Suppose you observe that your home PC is responding very slowly to information requests from the net. And then you further observe that your network gateway shows high levels of network activity

  Explaining network attacker steal secure google cookies

Explain how a network attacker (an active attacker that can intercept or forge network packets, etc.) could steal secure google.com cookies.

  Create an inheritance hierarchy

Finally add an abstract method named Print which will be implemented in the derived classes.

  The command sequence in a normal smtp session

1.What would the command sequence in a normal SMTP session be? Use C: to preface a command issued by the client and S: to preface a command issued by the server.

  Write a program that reads from the java console

Write a program that reads from the Java console the (x,y) coordinates for two points in the plane. Assume that all numbers are integers. Using the Point class from Java,(may need to look it up on the web),instantiate two Point objects with your i..

  Electronic health record

Write a paper on Electronic Health Record (EHR) Research and Summary.

  A company called fastcabs provides a taxi service to clients

Identify the functional dependencies that exist between the columns of the table in Figure 14.21 and identify the primary key and any alternate key(s) (if present) for the table.

  Explain reads and writes using lipner-s matrix

Who in Lipner's model can make this change? Explain the reads and writes necessary to make this change and justify the read and write using Lipner's matrix.

  Should digital dynamics use separate portals for employees

How could the concept of supply chain management apply to a company's service- based division? Provide some specific suggestions.

  Use the graphics class to draw a line between the points

Given a graphics object g, write a few lines of code to have that graphics object draw a magenta circle (not filled in) that has a diameter of 200 pixels. What does invoking the base class paintComponent method accomplish?

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd