Question: with hava language Summary Practice sequential reading from and writing to binary files. Problem (2 points) 1. Create a new Java program called RandAccess Double
Summary Practice sequential reading from and writing to binary files. Problem (2 points) 1. Create a new Java program called RandAccess Double that creates a file from a filename provided as command line argument. 2. The program should ask the user for a positive int N. 3. The program should then write N random numbers of type double, ranging from 0 to 400, into the file. 4. The program should then print out the size of the file. 5. The program should then print out all n numbers to screen. 6. The program should then replace every second number in the file with 0. 7. The program should then print out all N numbers to screen. 8. The program should then overwrite all N numbers with new random numbers, ranging from 0 to 100. 9. The program should then print out all N numbers to screen
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
