Computer Science, asked by praveenpragada5, 7 months ago

How to get the marks of 2 subject and their sum.write a algorithm convert into flow chart and algorithm​

Answers

Answered by Haruhi22
0

Answer:

start

read Subject1

read Subject2

sum = subject1+subject2

Print sum

stop

Similar questions