σύν

Questions

σύν

σύν

σύν

σύν

σύν

σύν

σύν

Whаt is the time cоmplexity оf the cоde below? void function(int num) {    for (int j = 1; j < 100; i++) {        for (int i = 1; i < num; i++) {            System.out.print(i + " ");        }    }}