Lab 2
This commit is contained in:
parent
df3967357d
commit
130922c573
8
src/Two.java
Normal file
8
src/Two.java
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
|
||||
public class Two {
|
||||
|
||||
public static void main(String[] args) {
|
||||
System.out.println( ( 8 * 4 * 2 + 6 ) / 2 + 4 );
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user