Changing shoes on the move

  • 5
  • Locked
Practice declaring and changing the values of variables while a program is running: 1. Put a break point on the call to the println method and run the program in debug mode. 2. After execution stops, press F8 exactly 9 times. 3. Look at the current value for the correction variable and set the fahre
You can't complete this task, because you're not signed in.
Comments (4)
  • Popular
  • New
  • Old
You must be signed in to leave a comment
Nicholas Kennedy
Level 7 , Belfast, United Kingdom
26 January, 12:24
When completed in IDEA, this task always failed on the condition the main method was changed. It worked the first time using the online editor, after only changing the "result = 105".
Abe unemployed
15 November 2022, 00:53
on which line exactly do we place the breakpoint?
Mike S
Level 28 , Saint Louis, United States
12 February 2022, 13:10
To move stepwise through a set of code, F8 did not do anything for me. Perhaps it's because I'm working with a newer version, but regardless. I hit my head against a wall many times until I found that, to move stepwise, I needed to use Alt + Shift + F8
Alena
Level 6 , Slovakia
12 July 2022, 11:18
Thank you, I had a same problem....