Create a pseudocode that will demonstrate how an application will write your name and surname to a text file called “Students.dat”
Start
Get name from the user
Get surname from the user
Open the file "Students.dat"
Save name surname to the file
Close the file
Stop
Comments
i need help
Leave a comment