Computer Science, asked by vaishnavikumar5937, 1 year ago

What is algorithm?design a flow chart largest among three numbers?

Answers

Answered by Arushisin
1
Algorithm is a step by step sequence of solving any problem or task.
Answered by revathi23
1
step 1: Start
Step 2: Declare variables a,b and c.
Step 3: Read variables a,b and c.
Step 4: If a>b If a>c Display a is the largest number. Else Display c is the largest number. Else If b>c Display b is the largest number. Else Display c is the greatest number.
Step 5: Stop
Similar questions