Computer Science, asked by soumyakalra7, 10 days ago

Study the following statement:
a=10
b=20
c= a+b
print (" The sum of the numbers is " , c )

What will be the output of this statement?


Please answer fast.

Answers

Answered by suchitrabhole2021
1

Answer:

Answer will be 30 as 10 + 20 is 30

You have assigned variable a value of 10 and variable b a value of 20 and c is the sum of both the variable a and b . So when you will print c it will be 30 .

Answered by Heim
0

Answer:

IT WILL TAKE TIME AS I DO THIS MATH SO DON'T DELETE THIS ANSWER I'LL EDIT AND PUT THE ANSWER

ans:30,10+20 is 30 so

Similar questions