Draw a flowchart to find the sum of two number
Answers
Answered by
1
Answer:
CLS
INPUT "enter first number:",val1
INPUT "enter second number:", val2
PRINT "your result is:"+val1 + val2
END
Similar questions