Question: Write a program that prompts the user to input a number of quarters, dimes, and nickels. the program then outputs the total value of the
"Write a program that prompts the user to input a number of quarters, dimes, and nickels. the program then outputs the total value of the coins in pennies"

CISC 115 COMPUTER SCIENCE I Programming Assignment1 Complete Programming Exercise # 19 on p.12 of the textbook. Programs with build errors are not accepted Using Blackboard Navigate to the assignment attach your C++ source file (.cpp file) submit your assignment. Scorecard Program 1 Description Points Documentation (10%) l program file name brief description of assignment name of the author course title and meeting time assignment number and due date Formatting (10%) Technique (40%) Use proper indentation Appropriate constant definitions Variables declared for number of quarters, dimes and nickels Variable declared for total value of the coins Statements are organized by input/process/output Output of numbers is properly labeled Calculations are correct Output (40%) 20 20 Late Penalty TOTAL 100 Late Penalties 5% of the grade is deducted for each day the assignment is overdue . Assignments more than 10 days late are not accepted
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
