Traversing Java Object Arrays [migrated]
- by Sundi
Please Help. Program does not read Array rentBooks[] in the for() loop
this option is selected when choosing option 2 then option 4 in the menu
The Array reads perfectly when reading the items after the setBook() Method
import java.io.File;
import java.io.FileNotFoundException;
import java.util.Scanner;
import java.io.*;
import java.util.Locale;…