Challenge: Basics of Variables
Task
Complete the following code so that both myVar1
and myVar2
are successfully declared and initialized.
index.go
123456789package main import "fmt" func main() { ___ myVar1 = 1 myVar2 __ 2 fmt.Println("The value of myVar1 is", myVar1) fmt.Println("The value of myVar2 is", myVar2) }
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 1. Capitolo 10
Chieda ad AI
Chieda ad AI
Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione
Awesome!
Completion rate improved to 1.96
Challenge: Basics of Variables
Scorri per mostrare il menu
Task
Complete the following code so that both myVar1
and myVar2
are successfully declared and initialized.
index.go
123456789package main import "fmt" func main() { ___ myVar1 = 1 myVar2 __ 2 fmt.Println("The value of myVar1 is", myVar1) fmt.Println("The value of myVar2 is", myVar2) }
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 1. Capitolo 10