Tagged Questions

0
votes
4answers
104 views

Minimize code in reference to read/write operations

I started with the following code: class Vereinfache2_edit { public static void main(String[] args) { int c1 = Integer.parseInt(args[0]); int c2 = Integer.parseInt(args[1]); ...