Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
31 views1 page

Flow Chart

The flow chart outlines a process for determining the larger of two unequal numbers. It begins by prompting the user to enter two numbers, then compares them to identify which is larger. The larger number is then displayed before the process ends.

Uploaded by

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

Flow Chart

The flow chart outlines a process for determining the larger of two unequal numbers. It begins by prompting the user to enter two numbers, then compares them to identify which is larger. The larger number is then displayed before the process ends.

Uploaded by

Tudio Gaming
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Flow Chart

Start

Write “ Enter two unequal


number”

Read n1,n2

Is
n1>n2
?

Large  n1
Large  n2

Write large

Stop

You might also like