Computer Science, asked by taetaemochi, 4 months ago

3
is an area which
provides a quick way of entering notes
displayed with the slides
that are
.​

Answers

Answered by Moncheri06
2

In computer programming, we use the if statement to control the flow of the program. For example, if a certain condition is met, then run a specific block of code. Otherwise, run another code.

For example assigning grades (A, B, C) based on percentage obtained by a student.

if the percentage is above 90, assign grade A

if the percentage is above 75, assign grade B

if the percentage is above 65, assign grade C

There are three forms of if...else statements in Java.

if statement

if...else statement

if...else if...else statement

Nested if...else statement..

HAVE A GREAT DAY AHEAD ( ˶ ❛ ꁞ ❛ ˶ ) ..

[ DEFINITION OF IF ELSE STATMENT

Similar questions