Question: Write the code to do the following: -Display message to ask then read input from the keyboard about the following information: * studentID (string) *
Write the code to do the following:
-Display message to ask then read input from the keyboard about the following information:
* studentID (string)
* studentName (string)
* letterGrade (char)
-open output file student.txt to write:
-Write to the output file student.txt the following information that have read input from the keyboard in the following format:
studentID studentName letterGrade
For example:
1561175753 Luis Martinez 1255.25
-close file
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
