Computer Science, asked by mohammedjalal123, 2 months ago

Write an algorithm and draw flowchart to add two numbers​

Answers

Answered by llxdevilgirlxll
5

 \bold \pink{Answer}

Declare variables num1, num2 and sum. Step 3: Read values for num1, num2. Step 4: Add num1 and num2 and assign the result to a variable sum.

Attachments:
Similar questions