Computer Science, asked by 150239, 1 month ago

 IF THEN STATEMENT IS USED FOR MAKING _________ AS WELL AS​

Answers

Answered by harneetmakkad27
7

Answer:

Java has the following conditional statements:

•Use if to specify a block of code to be executed, if a specified condition is true

•Use else to specify a block of code to be executed if the same condition is false

•Use else if to specify a new condition to test, if the first condition is false

•Use the switch to specify many alternative blocks of code to be executed.

Answered by vk20059218
1

5. What is the sum of upper and lower limit of modal class of the data given below?

Marks 0-10 10-20 20-30 30-40 40-50 50-60

Frequency 9 11 10

Similar questions