Sample Questions - Self Practice (LBJ Module 3 - Java Basics)
Sample Questions - Self Practice (LBJ Module 3 - Java Basics)
Q.5) What are some of the naming conventions that we follow in any Java program?
Q.10) Write a Java program that converts a positive integer into the Roman number system.
The Roman number system has digits:
I=1
V=5
X = 10
L = 50
C = 100
D = 500
M = 1,000