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 2 of 2

Thread: pseudo Code Help

  1. #1
    Junior Member
    Join Date
    Mar 2012
    Posts
    1
    My Mood
    Confused
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Arrow pseudo Code Help

    Guys Can u Give me a solution for this Question

    Design a program to insert a base 10 number and convert it into other given numbering system. System should ask the numbering system which wants to convert such as to base 2 or base 8 or base 16. When converting to base 16 program should replace the remainder numbers 10,11,12,13,14 and 15 by A,B,C,D,E and F respectively.


    (i) The design of the program in Pseudocode.
    (ii) Implementation of the solution in Java
    This will consist of a single file that contains a single class called
    ITE1101Ass1Feb12XXXXXXXXX and the program should be saved in a file called
    ITE1101Ass1Feb12XXXXXXXXX.java where XXXXXXXXX is your index no.


  2. #2
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: pseudo Code Help

    That is absolutely not how this works. You're essentially asking us to do your homework for you, which is extremely rude. That goes against your institution's academic dishonesty policy and can get you an F on the assignment, the class, or even get kicked out of school. We won't be a part in that.

    What have you tried? Where are you stuck?

    I recommend you read the link in my signature on asking questions the smart way, as well as this: http://www.javaprogrammingforums.com...e-posting.html
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

Similar Threads

  1. code to refresh and check the code of a webpage..
    By vaggelis in forum What's Wrong With My Code?
    Replies: 1
    Last Post: February 7th, 2012, 07:43 AM
  2. problem in my code java code graph editeur
    By kisokiso in forum Java Theory & Questions
    Replies: 5
    Last Post: January 6th, 2012, 08:36 AM
  3. Code is giving an error in console, but there are no errors apparent in the code!
    By JamEngulfer221 in forum What's Wrong With My Code?
    Replies: 2
    Last Post: November 15th, 2011, 09:30 PM
  4. HELP WITH PSEUDO CODE
    By pronk123 in forum Member Introductions
    Replies: 0
    Last Post: December 14th, 2010, 09:30 AM
  5. Pseudo code of insertion sort linked list
    By sungirl in forum Algorithms & Recursion
    Replies: 1
    Last Post: May 23rd, 2010, 09:25 AM