To Write a Function Which Converts a Sum of Money into a Floating Point
Write a function which converts a sum of money given as an integer number of pence into a floating point value representing the equivalent number of pounds? For example 365 pence would be 3.65 pounds.
Answers
Answered by
0
here m stores floating value of n/100 due to type casting...
Attachments:
Similar questions