Ask a New Question

Question

Draw flow chart and write algorithm description that accepts three marks of the student then print the mark which greater than the average marks of the student?
5 years ago

Answers

oobleck
read m1,m2,m3
avg = (m1+m2+m3)/3
if m1 > avg then print m1
else if m2 > avg then print m2
else print m3
5 years ago
waqas
flowchart?
5 years ago

Related Questions

how to draw a flow chart to find isoscles triangle Draw a flow-chart and Write a program that asks the user to enter students grades. The program shoul... draw a flow chart and write algorithms description that accept three mark of students and print the... draw flow chart & write pseudo code for greatest common divisor of two numbers draw a flow chart to print odd numbers below 20 in descending order Draw a flow chart to display the total and average of maths marks of 50 students. Draw a flow chart to show what happens when you visit a library Draw a flow chart to represent the logic of a program that allows the user to enter five values. Th... draw flow chart pseudocode to ask a name age display name age how to draw a flow chart to input the score of students in 8courses and find the average
Ask a New Question
Archives Contact Us Privacy Policy Terms of Use