0
I have created a code to convert one currency into group of another currencies in C. How to do the same in java??
In c code i took input as rupee and i got the values of dollar, dinar, pound etc.,
5 Answers
+ 1
C or C++?
+ 1
I assume you used multiplications to get your values right? initialise integers and print out values using the same mathematical terms you used on C....Using java of course
0
in C
0
yes. I've tried but could not do it in java.
0
I was in a doubt whether to use multiple "System.out.println" statements".