Lab 1
This commit is contained in:
parent
b127b574fa
commit
df3967357d
9
src/One.java
Normal file
9
src/One.java
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
public class One {
|
||||
|
||||
public static void main(String[] args) {
|
||||
int x = 30;
|
||||
int y = 2;
|
||||
System.out.println( x * y + 9 / 3 );
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user