Section 3 from Reading and writing with files
Write a program that asks the user to enter a line (with
getline
) and writes it character by character in a new file,
converting every character to uppercase before write it to the file (to see
you have write them correctly, open the file and read it).
Upload the program to the folder
Files_exam
in your workspace in
Subversion.