Computer Science, asked by varunisingh19, 1 month ago

6. What is this flowchart for?
START
INPUT X & Y
if
X>Y
NO
YES
OUTPUTY
18 GREATER
OUTPUT X
IS GREATER
STOP
Find largest Number
Print X & Y
Take X & Y as input
None of the Above

Answers

Answered by gursharanjali
1

Answer:

A flowchart is a type of diagram that represents a workflow or process. A flowchart can also be defined as a diagrammatic representation of an algorithm, a step-by-step approach to solving a task. The flowchart shows the steps as boxes of various kinds, and their order by connecting the boxes with arrows. 

Similar questions