Computer Science, asked by salonisr1107, 17 days ago

give the general form of if else if statement and explain with example.​

Answers

Answered by mohd1101848
1

Answer:

The general form of if-else is as follows: if (test-expression) { True block of statements } Else { False block of statements } Statements; n this type of a construct, if the value of test-expression is true, then the true block of statements will be executed.

Explanation:

mark me brainliest

Similar questions