write a programe that read amount of money ranging from rm0.10 up to rm5.00(multiple of 10cents). Display number of coins that can be used tp form the above amount.
eg. input=rm1.40 , output: 50cents=2, 20cents=2, 10cents=0
okay, what's your question about the problem
cin>> int variable; now your turn
cin>> int variable;