Q14: Draw a flowchart to print sum of two numbers.
Answers
Answered by
10
★ Starting of the program.
★Read input variable A.
★Read input variable B.
★Performed addition of the variables and store it in C variable.
★Print Variable C.
★End of the Program
Similar questions