How do you create the pseudocode that will demonstrate how an application will write your name and surname to a text file called “students.dat”
Begin
Read name
Read surname
Open the file "Students.dat"
write name and surname to the file "Students.dat"
Close the file "Students.dat"
End
Comments
Leave a comment