Saved Bookmarks
| 1. |
Write a program to accept the number of students and from user and display It |
|
Answer» stu_num=input(FLOAT("NUMBER of STUDENTS")) PRINT(stu_num) |
|