Draw Flowchart and write algorithm find out maximum number from given three integer numbers
Flowchart
Algorithm
Step 1: StartStep 2: Read three numbers A,B & CStep 3: If A>B,then go to step 6Step 4: If B>C,then print B & go to step 8Step 5: print C is greatest & go to step 8Step 6: If A>C,then print A is greatest & go to step 8Step 7: Print C is greatestStep 8: end
Try
0 Comments
Post a Comment