Grade 11 Programming 2ND Quarter Exam
Grade 11 Programming 2ND Quarter Exam
Name:________________________________________________________Score:_________________
General Instructions:
Read directions carefully and write all your answers in the test papers.
Cheating is strictly prohibited.
Write eligibly in the test paper and avoid erasures.
Test 1: Multiple Choice. Choose the letter of your answer and write it on the space
provided before the number.
II. Modified True or False. Write true if the statement is correct, otherwise false it is
wrong.
31-40. Write a java program using for loop that prints the multiplication table for a given
number. Use import java.util.Scanner to get the data from the user.
Note: Your program should prompt the user to enter a number, then it prints
the multiplication table for that number from 1 to 10 using a for loop.