Using the switch statement , write a menu driven program to calculate the following tasks.
Type 'a' or 'A' to check the input number is a buzz number or not .
Type 'b' or 'B' to check the input number is an even or odd number.( In java)
Answers
Answered by
0
Answer:
Explanation:
When the statements are repeated sequentially a number of times in a program, the construct is known as:
iteration
sequence
selection
none
Question 2
Which of the following statement is exit controlled loop?
for
while
do-while
if-else
Question 3
Which of the following loop does not execute even once if condition is false in the beginning?
do-while
while
for
nested loop
Similar questions