I was freaking out because I did everything right EXCEPT printing the method's value to the screen, and i had no idea why it was blank for 5 minutes. I have a feeling simple mistakes like that will drive me insane if I get to making full programs one day
(the way i messed up printing to the screen was that I just put the method orlandoStore.grossRevenue(); instead of System.out.println(orlandoStore.grossRevenue());)
I was freaking out because I did everything right EXCEPT printing the method's value to the screen, and i had no idea why it was blank for 5 minutes.
I have a feeling simple mistakes like that will drive me insane if I get to making full programs one day
(the way i messed up printing to the screen was that I just put the method orlandoStore.grossRevenue(); instead of System.out.println(orlandoStore.grossRevenue());)
i did this in the previous exercise and got worried 😭