InterviewSolution
Saved Bookmarks
| 1. |
Write the data type of variables that should be used to store :(i) Marks of students(ii) Grades of students (Grade can be 'A' or 'B' or 'C') |
|
Answer» (i) Float (ii) Char |
|