An open API service indexing awesome lists of open source software.

https://github.com/valda1/counter

Few simple tasks in C++.
https://github.com/valda1/counter

counter cpp

Last synced: 11 months ago
JSON representation

Few simple tasks in C++.

Awesome Lists containing this project

README

          

# Homework

Task 1

Write a program that asks the user to enter an amount of money in the format of dollars and remaining cents.
The program should calculate and print the minimum number of coins (quarters, dimes, nickels and pennies)
that are equivalent to the given amount.

Task 2

Write a program that asks the user to enter a number of quarters, dimes, nickels and pennies and then outputs
the monetary value of the coins in the format of dollars and remaining cents.