IM UNABLE TO RUN THE CODE IN VS CODE, IT KEEPS SAYING :
Error: Could not find or load main class OOPSBannerApp
Caused by: java.lang.ClassNotFoundException: OOPSBannerApp
THIS IS WHAT I HAVE TO DO AS GIVEN IN PDF:
"Please write the full code for OOPSBannerApp.java that does the following:
Defines a String 1D array with a size of 7 to hold the banner lines.
Populates each index of the array using the String.join() method to construct the character patterns for 'OOPS'.
Uses an enhanced for-loop (for-each) to iterate through the array and print each line sequentially.
Ensure the visual output matches the 7-line format with 9-character width per character.
+4"