- 1
Can someone please try to solve this question
write a coding that will request students names, major, complete credit, and classification (freshman, sophomore, journey, siniour )
3 Respuestas
+ 11
Just declare the appropriate variables, then query for input. There should be a part where you need to store data somewhere else though, e.g. text files, databases. You have to elaborate on your query.
+ 3
Post the code then...
// Can you use classes?
0
I try to code it but I doesn't work