CodeGym/Java Course/Module 2: Java-kern/Extra lessen voor niveau

Extra lessen voor niveau

Beschikbaar

Lambda-uitdrukkingen

Bekijk dit artikel: " Een uitleg van lambda-expressies in Java. Met voorbeelden en taken. Deel 1 " en het tweede deel: " Een uitleg van lambda-expressies in Java. Met voorbeelden en taken. Deel 2 "

4
Taak
Java Core,  niveau 6les 7
Vergrendeld
Clocks
Classic Terrian clocks say "tick-tock". And they should sound the same in our program. Figure out what the program does and implement the printTickTock method. In the first half of each second, the method should display "Tick." In the second half of each second, it should display "Tock."
9
Taak
Java Core,  niveau 6les 7
Vergrendeld
Stopwatch
Implement logic in the doStep method so that the runner's speed is taken into consideration. The Runner class's getSpeed() method displays how many steps per second a runner takes. The runner needs to actually take a specified number of steps per second. If Usain takes 4 steps per second, then he will take 8 steps in 2 seconds. If Carl takes 2 steps per second, then he will take 4 steps in 2 seconds.
9
Taak
Java Core,  niveau 6les 7
Vergrendeld
Big Ben
"It's midnight in London," says Uncle Ben. Make him speak automatically. Figure out what the program does and implement the printTime method so that the time is given every second, beginning with the time specified in the constructor.
9
Taak
Java Core,  niveau 6les 7
Vergrendeld
Countdown
1. Figure out what the program does. 2. Implement logic in the printCountdown method so that every half a second the program displays an object from the variable list. The output should be in reverse order: from the index passed to Countdown down to zero. Example: Index 3 is passed Example console o
4
Taak
Java Core,  niveau 6les 7
Vergrendeld
Airport
1. Figure out what the program does. 2. Correct the takeOff method. It currently takes a looooong time. A takeoff should take 100 milliseconds. 3. Implement the waitForTakeoff method by analogy with the takeOff method. The wait time should not be longer than the takeoff time.
Opmerkingen
  • Populair
  • Nieuw
  • Oud
Je moet ingelogd zijn om opmerkingen te kunnen maken
Deze pagina heeft nog geen opmerkingen