Computer Science, asked by kabraarchita, 7 months ago

Find out error in following programs and give a solution for error(s):

num1=input(“enter a number”)
num2= num1*2
print(num2)
pls tell fast

Answers

Answered by rkamana004
2

Answer:

First error is that you have not use the semicolon after entering a number so please use semicolon their. You have to use semicolon in second and third line also than check and compile it.

Hope this helps you....

Similar questions