mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-11-21 20:35:12 +00:00
Merge pull request #278 from MikeGalyen/main
adds a space between 'go' and 'to' on line 15 and and delete the void…
This commit is contained in:
commit
44727dec60
@ -61,9 +61,9 @@ int c = a + b;
|
|||||||
### PRINTING
|
### PRINTING
|
||||||
```java
|
```java
|
||||||
String s = "Happy Coding Folks!!"
|
String s = "Happy Coding Folks!!"
|
||||||
void System.out.print(String s) //print s
|
System.out.print(String s) //print s
|
||||||
void System.out.println(String s) //print s, followed by a newline
|
System.out.println(String s) //print s, followed by a newline
|
||||||
void System.out.println() //print a newline
|
System.out.println() //print a newline
|
||||||
```
|
```
|
||||||
|
|
||||||
### PARSING COMMAND-LINE ARGUMENTS
|
### PARSING COMMAND-LINE ARGUMENTS
|
||||||
|
Loading…
Reference in New Issue
Block a user