Friday, February 8, 2019

Splitting Currency Notes

Q. Write a program in C to split a given amount of money into currency notes of different types using switch statement.

Solution:


No comments: