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")
Tkpirnyebq
Answers
Answered by
0
Explanation:
d ; E should be capital in d
Answered by
0
Answer:
b) input (weight, enter weight
Explanation:
nothing
Similar questions