1.

Draw a flowchart to make a sum of three number

Answer»

Start.step 2: Take three input for calculating the average. say the numbers are N1, n2, n3.Step 3: Add the all VALUES of n1, n2 and n3. ...Step 4: After that you have to take another variable for average LIKE avg = add / 3.Step 5: PRINT the value average;step 6: END.



Discussion

No Comment Found