Answer to Question #212936 in Java | JSP | JSF for lihle

Question #212936

Create the pseudocode that will demonstrate how an application will write your name and surname to a text file called “students.dat”.


1
Expert's answer
2021-07-03T04:46:32-0400
Start
  Declare variable name as String
  Declare variable surname as String
  Declare variable FILE_NAME as String="Students.dat"
  Read name from the keyboard
  Read surname from the keyboard
  Open FILE_NAME
  Write (name +" "+ surname) to the file FILE_NAME
  Close the file FILE_NAME
Stop

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS