I was wondering I am taking Programming CMIS141 class and I need help with that class Not to do it for me but help. or they only help here with This website Material? I am learning now hello world and alot more they going by fast since there is alot info and i cant keep up.
do you live help? or just posting at forums?
public class MyFirstHello
{
public static void main (String[] args)
{
System.out.println("My first Hello");
}
}
its working fine, i had to rename MyFirstHello, given repl saves the file as main.java and i can’t change the file name, so what exactly is your question?
I guess if you helped with all coding or only that pertains to this webiste.
Also the words MyfirstHello do they need match nex to class and the ones in ""
Also does this website offer live help or just posts?
So i can put anything next to public class and put complete different stuff at “”? so whats the point of the word after public class what does it do?
I know the ones on “” they will show up on screen. what does ^^^^^^^ up there does
Reason I am asking i am taking a class. that probably teachers differently than you do(website) can I still come here for help with my class or is only related to this website.
You can make topics with your questions which are not related to codecademy in the corner bar
but if you have so many questions, not all might be answered. We would recommend you to take the java course here on codecademy (or any other site for that matter), or documentation.
Or recommend to find the discussion board for CMIS141