[SOLVED] Loading loading loading practice help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

[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

3rd Feb 2021, 8:26 PM
Serana Zentha
Serana Zentha - avatar
1 Answer
0
Nvm I figured it out. The LoadingMessage was gramatically different from the lessons method which had bark, I thought that having one with caps and one without would cause an error because of syntax, but Im gessing with methods syntax doesnt matter unless you call the method
3rd Feb 2021, 8:32 PM
Serana Zentha
Serana Zentha - avatar