|
| 14 Oct 2015 02:56 PM |
public class l0l { public static void main (String args[]); System.out.println("edgy"); }
trying to do print function in java help
mouseworks/trajectile add 8k posts l0l |
|
|
| Report Abuse |
|
|
|
| 14 Oct 2015 02:57 PM |
Why do Java programmers wear glasses?
y can't C# |
|
|
| Report Abuse |
|
|
|
| 14 Oct 2015 02:58 PM |
| Your main method needs a curly bracket, not a semi-colon |
|
|
| Report Abuse |
|
|
|
| 14 Oct 2015 02:58 PM |
public class l0l { public static void main (String args[]){ System.out.println("edgy"); } } |
|
|
| Report Abuse |
|
|
|
| 14 Oct 2015 03:03 PM |
ok i fixed the code using xxninjasagaxx method but
class ayy{ public static void main (String args[]){ System.outPrintln("hello edgy"); } }
im getting an error
JCreator LE\MyProjects\l0l.java:2: error: cannot find symbol public static void main (string args []){ ^ symbol: class string location: class l0l 1 error
Process completed.
mouseworks/trajectile add 8k posts l0l |
|
|
| Report Abuse |
|
|
| |
|
|
| 14 Oct 2015 03:08 PM |
| That opinion is over rated. |
|
|
| Report Abuse |
|
|
|
| 14 Oct 2015 03:08 PM |
"C# is better than Java" i know but school needs java
im learning C++ after java
mouseworks/trajectile add 8k posts l0l |
|
|
| Report Abuse |
|
|
|
| 14 Oct 2015 03:08 PM |
| The class name should be your file's name |
|
|
| Report Abuse |
|
|
|
| 14 Oct 2015 03:10 PM |
| I learnt c#. C# cannot be used to develop mobile apps (with the exception of using a library) |
|
|
| Report Abuse |
|
|
|
| 14 Oct 2015 03:14 PM |
| @Steve, I'm curious, in what way is c# better than java? |
|
|
| Report Abuse |
|
|
Sekron1
|
  |
| Joined: 26 May 2012 |
| Total Posts: 4053 |
|
|
| 14 Oct 2015 03:15 PM |
VINESHROOM GET OVER HERE HELP THIS PERSON I DON`T WANNA |
|
|
| Report Abuse |
|
|
|
| 14 Oct 2015 03:19 PM |
if my title is ayy.java do i have 2 make it ayy.java or just ayy
mouseworks/trajectile add 8k posts l0l |
|
|
| Report Abuse |
|
|
|
| 14 Oct 2015 03:21 PM |
| Your main class name is always your file name. If the file is ayy.java, the class name should be ayy |
|
|
| Report Abuse |
|
|