Computer Science, asked by azan95, 1 month ago

What is the correct input statement to accept weight of a student?

a)input=weight("Enter weight")
b)input(weight,"Enter weight")
c)weight=input(weight,"Enter weight")
d)weight=input("enter weight")

Answers

Answered by dragonrishi123
2

Answer:

a) input = weight ("enter weight")

Similar questions