Krishnan a manager of Mohan Money Changer needs a quick way to convert Malaysia RM to four country monetary units. The four countries are U.S, Singapore, China, and Japan. Assume the Malaysia ringgit was equivalent to 0.287 U.S dollars, the Singapore dollar was 0.414, the Chinese yuan was 1.963 and the Japanese yen was 25.957. draw a PAC ,IPO, flowchart and pseudocode. Based on your pseudocode write a program that allows the user to enter an amount in Malaysian ringgit and then displays this value converted to these four countries monetary units. Figure1 show your expected input and output.
Mohan Money Changer
Serdang, Selangor
Input
Malaysia ringgit (RM):1.00
Output
Equivalence to;
United State(US); 0.287
Singapore Dollar($); 0.414
China (Yuan): 1.963
Japan (Yen): 25.957
Figure 1: expected input and output format