Computer Science, asked by gaganameera2034, 3 days ago

What will the output of the following program?
10 INPUT "ENTER SIDE OF A SQUARE", A
20 AREA=A*A
30 PRINT AREA
Assume the value of A as 7

Answers

Answered by shristi1211842
0

Answer:

What will the output of the following program? 10 INPUT "ENTER SIDE OF A SQUARE", A 20 AREA=A*A 30 PRINT AREA Assume the value of A as 7.

Similar questions