logo

Crowdly

Gegeben ist folgender Programmcode: In welcher Zeile müsste man einen Break...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Gegeben ist folgender Programmcode:

1

2

3

4

5

6

7

8

9

10

11

12

13

14

/** ...

*/

public class

EinBeispiel {

public static void

main(String[] args) {

int x =

0

;

int y = 1;

for(int i = 0; i < 10; i++) {

x = y+i;

y = x + y;

}

System.out.print(x);

}

In welcher Zeile müsste man einen Breakpoint setzen, um den aktuellen Wert von x bei jedem Schleifendurchlauf sehen zu können?

More questions like this

Want instant access to all verified answers on elearning.tgm.ac.at?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!