I would like to put parts of my file reading program into a class so that I can edit out certain characters and start totaling the contents of my file as well as have functions that can perform certain arithmetic operations on it.
Truth be told it's an excel file and I'm just re-inventing the wheel but I don't care. I need to practice before my next semester starts and I'm taking a basic beginner Java class. I passed the intro c++ class but it has been a while.
Any advice for getting parts of this into a class? I'm going to try some stuff before I head off to my delivery job but I only have like 10 minutes.
Ok I'm going to turn the menu you into a class and just kinda go with it from there, I'll be back soon just need to really make sure I am understanding what the heck is going on when I'm working with classes lol.
Ah well I tried making it into a class and it got confusing as hell. Right now I think my original code is messed up because it doesn't care what I enter, my error checking doesn't even work.