See the Algorithm in picture:
Construct aFlow Chartfor above Alogrithm
Extracted text: START Step 1: a = 0, b=0, c=0 Step 2: INPUT E a, b, c Step 3: IF (a > b) IF (a > c) PRINT a ELSE PRINT C ELSE IF (b > c) PRINT b ELSE PRINT C END
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here