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

  Describe two examples of vulnerabilities in automobiles

Describe two examples of vulnerabilities in automobiles

  Network connectivity and protocols

Network Connectivity and Protocols-

  Describe how to use d

Suppose you have two nonempty stacks S and T and a deque D. Describe how to use D so that S stores all the elements of T below all of its original elements, with both sets of elements still in their original order.

  Tester as a penetration tester you are hired as a

as a penetration tester you are hired as a consultant by a small- to mid-sized business that is interested in

  Explain how the report structure and organization help

Explain how the report structure and organization could help the overall recovery efforts in a disaster, and determine whether or not you believe the organization of large plans is a key consideration for plan creators and management.

  Use any method to prove the following either true or false

any method to prove the following either true or false. you must show all work: YZ+XYZ'+X'Y'Z'=XY+X'Z

  Define a class for complex number

Define a class for complex numbers. A complex number is a number of the form a + b*i where for our purposes, a and b are numbers of type double, and i is a number that represents the quantity sqrt(-1).

  Understanding the science of computers and the related

understanding the science of computers and the related fields can help you determine what career path suits your goals

  Htmlsupports tags create form analyze information true false

HTML supports tags that allow you to create forms and analyze the information submitted on forms. True False

  Which of the following statements is true

Which of the following statements is true?

  Create a database whose tables are at least in 2nf,3nf

Create a database whose tables are at least in 3NF, showing the dependency diagram for each table.

  Explaining drain corporate budgets and ultimately profits

First of all it eliminates requirement of hardware, downloads and implementations which drain corporate budgets and ultimately profits. It takes companies only a third of the expenses that they will incurred to have their companies running.

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