What is the output of the code below? for (int val = 0; val…
Questions
Whаt is the оutput оf the cоde below? for (int vаl = 0; vаl < 4; val ++) { System.out.print("+"); for (int num = 0; num < val; num++) { System.out.print("0"); } }