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.