Computer Science, asked by nitishn1331, 2 months ago

write the program on Q BASIC of the sum of four numbers

Answers

Answered by Anonymous
7

 Answer

Cls

input a

input b

let c = a + b

print c

ends

Answered by Anonymous
7

Answer:

 \huge \fbox \red{answer}

Cls

input a

input b

let c = a + b

print c

ends

Similar questions