[SOLVED] Loading loading loading practice help
This formatting hurts to read and I havw no idea what I'm even doing with any if this code. Im supposed to print loading and when I look at guides to figure out how to assemble it I can't. I've looked at the lesson thats paired with the assignment and it just made it worse and more confusing because of all the naming conventions and how similar everything is to the point where I don't know what will fail and what will work. Here's the code. public class Main { public static void main(String[] args) { //create a Loading object with the same name loading.LoadingMessage(); } } class Loading { //complete the class, add LoadingMessage() method } I'm not even going to touch this, the formatting is far too confusing. I've tried rearranging it to make it easier but it was only more confusing