-
pseudo Code Help
Guys Can u Give me a solution for this Question :confused:
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.
-
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