Challenge: Constants
Task
Declare and initialize a constant called myConst
with a value of 17
.
index.go
1234567package main import "fmt" func main() { ___ fmt.Println(myConst) // Should output 17 }
Was alles duidelijk?
Bedankt voor je feedback!
Sectie 1. Hoofdstuk 11
Vraag AI
Vraag AI
Vraag wat u wilt of probeer een van de voorgestelde vragen om onze chat te starten.
Awesome!
Completion rate improved to 1.96
Challenge: Constants
Veeg om het menu te tonen
Task
Declare and initialize a constant called myConst
with a value of 17
.
index.go
1234567package main import "fmt" func main() { ___ fmt.Println(myConst) // Should output 17 }
Was alles duidelijk?
Bedankt voor je feedback!
Sectie 1. Hoofdstuk 11