Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: assignment1- change pseudocode into java code

  1. #1
    Junior Member
    Join Date
    Mar 2013
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default assignment1- change pseudocode into java code

    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


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: assignment1- change pseudocode into java code

    Do you have any specific questions about your assignment?
    Please post your code and any questions about problems you are having.
    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    Member
    Join Date
    Feb 2013
    Posts
    45
    Thanks
    0
    Thanked 5 Times in 5 Posts

    Default Re: assignment1- change pseudocode into java code

    What you have tried so far?
    I think you try to create currency convertor in java.
    Can you post your code? that will be help easy to help you...
    Regards
    Android developer
    Trinay Technology Solutions
    http://www.trinaytech.com
    5705750475

Similar Threads

  1. How to change my code?
    By Henk in forum What's Wrong With My Code?
    Replies: 8
    Last Post: November 22nd, 2012, 03:23 PM
  2. Other ways i can change this code
    By tylerk888 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: November 14th, 2012, 10:23 AM
  3. change java code project to exe file
    By mostafa_mohamed in forum What's Wrong With My Code?
    Replies: 8
    Last Post: September 5th, 2012, 10:55 AM
  4. Need help with pseudocode please
    By nomss in forum Algorithms & Recursion
    Replies: 2
    Last Post: May 18th, 2011, 03:50 AM
  5. Need help converting Pseudocode to java
    By firebyrd in forum What's Wrong With My Code?
    Replies: 1
    Last Post: May 5th, 2011, 05:28 AM