Activity 10 Write a script that writes random numbers to a file (one number per line). • The first parameter should be t
Posted: Sun Jul 03, 2022 11:21 am
Activity 10 Write a script that writes random numbers to a file (one number per line). • The first parameter should be the file name.. The second parameter is the number of lines to write. If the specified file already exists, display a relevant message and return a code.
Activity 7 Create a 10-question true or false quiz game in your script. Choose a topic of your liking for the questions! Activity 8