Question: Exercise 3: Write an algorithm that requires input three numbers, it will show the largest and the smallest number. Solution 3 : Algorithm name: Compare_Values3
Exercise 3: Write an algorithm that requires input three numbers, it will show the largest and the smallest number. Solution 3 : Algorithm name: Compare_Values3 Variables Num1, Num2, Num3, ResultAsSmall, ResultAsBig as Numbers START WRITE 'Input 1st number: READ Num1 WRITE Input 2nd number:". READ Num2 WRITE ''Input 3rd number: READ Num3 END
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
