Tag: problem
-
Programming/Problem Solving Tutorial
(Writing/Reading data) Write a program to create a file named Exercise8_22.txt if it does not exist. Write one hundred integers created randomly into the file using text I/O. Integers are separated by spaces in the file. Read the data back from the file and display the sorted data.