2. Write a program that inputs a number of cents( from 0 to 99) and outputs the minimal number of pennies, nickels, dimes, and quarters with the same value. For example, 94 cents is same as 3 quarters, 1 dime, 1 nickel, and 4 pennies.
3. Write a program that asks the user to provide distance in kilometers that you have driven and how many liters of petrol you have used and then report the mileage of your car in liters per 100 kilometers.
0