JAVA Language Basic Coding
Midterm Exam
1. Make a program in java that will use a looping statement and will print multiplication
table from 1 to 10
2. Make a program in java that will use a looping statement and will print the following
output
3. Make a program in java that will use a looping statement and will print the reverse order
of numbers 1 to 10
4. Make a program in java that will use a looping statement that will compute the sum of
numbers 1 to 20
5. Make a program in java that will use a looping statement and will print a diamond shape
asterisk (*) on screen
6. Make a program in java that will use a looping statement that will increment the counter
into ten (10) and print the current value of the counter. The loop will terminate when the
counter is equal to 100.
7. Make a program in java that will use a looping statement that will print the Fibonacci
series from 0 to 100