Computer Science, asked by srshjkml1772, 9 months ago

Write a program to convert a number to base 10, base 2 , base 8 , base 16 number systems

Answers

Answered by Anonymous
0

Input: str = "1100", base = 2 Output: 12 Input: str = "11A", base = 16 Output: 282 ... C program to convert a number from any base .... System.out.println

Similar questions