Challenge: Device Boots Count
Opgave
Swipe to start coding
Imagine that you work in a company that produces devices. You have been tasked with developing a function that will count the number of boots on this device: with each boot, the device must increase the number of boots by 1.
- Define the
bootsvariable in the global scope. - Make changeable the
bootsglobal variable inside theboot()function local scope. - Increase the
bootsvariable by 1 inside theboot()function. - If the device is booting for the first time, display a message:
"The device boot for the first time". - If the device is booting 2+ times, display a message:
"The device boot N times", where N is abootsvariable.
Løsning
Var alt klart?
Tak for dine kommentarer!
Sektion 1. Kapitel 5
single
Spørg AI
Spørg AI
Spørg om hvad som helst eller prøv et af de foreslåede spørgsmål for at starte vores chat
Suggested prompts:
Opsummér dette kapitel
Explain code
Explain why doesn't solve task
Awesome!
Completion rate improved to 6.67
Challenge: Device Boots Count
Stryg for at vise menuen
Opgave
Swipe to start coding
Imagine that you work in a company that produces devices. You have been tasked with developing a function that will count the number of boots on this device: with each boot, the device must increase the number of boots by 1.
- Define the
bootsvariable in the global scope. - Make changeable the
bootsglobal variable inside theboot()function local scope. - Increase the
bootsvariable by 1 inside theboot()function. - If the device is booting for the first time, display a message:
"The device boot for the first time". - If the device is booting 2+ times, display a message:
"The device boot N times", where N is abootsvariable.
Løsning
Var alt klart?
Tak for dine kommentarer!
Sektion 1. Kapitel 5
single