Computer Science, asked by divi5756, 13 days ago

Draw a flowchart to find the sum of two number

Answers

Answered by purveshKolhe
1

Answer:

CLS

INPUT "enter first number:",val1

INPUT "enter second number:", val2

PRINT "your result is:"+val1 + val2

END

Similar questions