blah blah blah is here! blah blah » Close

0
votes
2 answers

More conversion

Hello again. Im trying to write a program to convert different units of measurements. So the user would input 5,ounce,gram and the program would convert from ounces to grams. It needs to be able to cope with any common measuremen ...

0
votes
1 answers

converting pence to pounds

Hi, my problem is a program to find the smallest number of coins for an inputted number of pence by the user. For example, 342p would be 1x£2 1x£1 2x20p 1x2p etc. Is there a way which this could be done without using loads of repe ...

Feedback