Computer Science, asked by sumandwivedi596, 10 months ago


Draw a flowchart to take input marks of 5 subject and to print the total and avarage.

Answers

Answered by Anonymous
3

Answer:

Flowchart and algorithm

Write an algorithm for finding the average of two numbers and also draw a flowchart.

Algorithm: Input: two numbers x and y Output: the average of x and y Step 1 : input x,y Step 2: sum=0,average=0 Step 3:sum = x + y Step 4:average = sum /2 Step 5: print average.

Explanation:

Please mark me as brianliest

Similar questions