Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Start

Declare Num1, Num2, Sum as Integer

Write “Enter Num1 and Num2 here”

Read Num1, Num2

Sum  Num1 + Num2

If Sum > 1000 then

Print “Value is too large”

Endif

Stop

You might also like