0% found this document useful (0 votes)
6 views4 pages

Java Looping Statements Midterm Exam

- use a looping statement and will print multiplication table from 1 to 10 - use a looping statement and will print the following output - use a looping statement and will print the reverse order of numbers 1 to 10 - use a looping statement that will compute the sum of numbers 1 to 20 - use a looping statement and will print a diamond shape asterisk (*) on screen - use a looping statement that will increment the counter into ten (10) and print the current value of the counter. The loop will ter
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views4 pages

Java Looping Statements Midterm Exam

- use a looping statement and will print multiplication table from 1 to 10 - use a looping statement and will print the following output - use a looping statement and will print the reverse order of numbers 1 to 10 - use a looping statement that will compute the sum of numbers 1 to 20 - use a looping statement and will print a diamond shape asterisk (*) on screen - use a looping statement that will increment the counter into ten (10) and print the current value of the counter. The loop will ter
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

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

You might also like