Error in code
Solved/Closed
jones0167
Posts
106
Registration date
Saturday December 4, 2010
Status
Member
Last seen
September 22, 2021
-
Updated on Jan 1, 2019 at 12:12 PM
Blocked Profile - Jan 2, 2019 at 01:22 PM
Blocked Profile - Jan 2, 2019 at 01:22 PM
Related:
- Error in code
- Battery reset code - Guide
- Network error occurred - Guide
- Samsung volume increase code - Guide
- How to get whatsapp verification code online - Guide
- Cs 1.6 code - Guide
1 response
MiLLy_JJ
Posts
11
Registration date
Thursday December 27, 2018
Status
Member
Last seen
March 29, 2019
7
Dec 29, 2018 at 05:33 AM
Dec 29, 2018 at 05:33 AM
In java there is no function "printf", there is "System.out.println"
SO it would looks like:
class PrintHelloWorld {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}
SO it would looks like:
class PrintHelloWorld {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}
Dec 30, 2018 at 11:36 AM
Jan 2, 2019 at 01:22 PM