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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!