HW#1.2

Run Settings
LanguageJava
Language Version
Run Command
class Main { public static void main(String[] args) { int x = Integer.parseInt(args[0]); int y = Integer.parseInt(args[1]); int z = Integer.parseInt(args[2]); System.out.println(x + y + z); } }
Editor Settings
Theme
Key bindings
Full width
Lines