InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    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") | 
                            
| Answer» | |