When i go execute my code there is this one class it will not go to.
The class that wont work is the StandardForm class
The part of my main built for class going to each class
Why are you doing StandardForm StandardForm as the name? To me that is like saying int int/double double/long long/ etc., but I know the compiler won't complain, but just makes the code look confusing imo.
Have you tried commenting out all the code to make sure the code for that works? I did and got this:
StandardForm
sh: 1: CLS: not found
Standard Formhello
Except for readability, I don't see anything wrong off hand.
Could you also explain why you are printing the names just to clear them right after?