variables
This commit is contained in:
@ -2,6 +2,13 @@ package com.example;
|
|||||||
|
|
||||||
public class Main {
|
public class Main {
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
System.out.println("Hello world!");
|
System.out.println("Write once, run anywhere");
|
||||||
|
System.out.println("Write once, run anywhere!");
|
||||||
|
|
||||||
|
int a = 5;
|
||||||
|
int b = 3;
|
||||||
|
int z = a%b;
|
||||||
|
System.out.println(a-z);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Binary file not shown.
Reference in New Issue
Block a user