Computer Science, asked by sonalisahani20, 11 months ago

What is the output of following:

1) CLS
Input "enter any number" ;A
Input "enter any number" ;B
Sum = A+B
Difference= A-B
Product= A*B
Print" the sum=" ;Sum
Print" the Difference=" ;Difference
Print" the Product=" ;Product
End



Answers

Answered by vs3687680
0

Answer:

programming is wrong the syntax will not be tis

Answered by Anonymous
0

Answer:

OUTPUT

enter any number? 7

enter any number? 3

the sum = 10

the difference = 4

the product = 21

Similar questions