0% found this document useful (0 votes)
1 views3 pages

Sample Java

The document outlines a practical exercise focused on creating an IF ELSE IF statement program using Java. It includes a flowchart illustrating the decision-making process and mentions that the Java program was executed successfully. The aim is to demonstrate the use of conditional statements in programming.

Uploaded by

aarush10kapoor
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1 views3 pages

Sample Java

The document outlines a practical exercise focused on creating an IF ELSE IF statement program using Java. It includes a flowchart illustrating the decision-making process and mentions that the Java program was executed successfully. The aim is to demonstrate the use of conditional statements in programming.

Uploaded by

aarush10kapoor
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

PRACTICAL-6 (IF ELSE IF STATEMENT)

AIM: TO CREATE IF ELSE SOMETHING PROGRAM USING JAVA

FLOWCHART:

START

Get the Input

False
Condition-1

False

Condition-1

False

Condition-1
True
True
True

Statement-1 Statement-2 Statement-3 Statement-4

Next Statement

STOP
PROGRAM:
OUTPUT:

RESULT:

Thus the above Java Program was Executed Successfully.

You might also like