File size: 226 Bytes
bc8f85a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
public static int calculate()
1, -11, 25


public static double sum()
0.01, 24.0, 1.0, -1.0




public static char third()
'a' -> char uses single quotes



public static String print()
"a", "2" -> String uses double quotes