×
×
Correct!
Create a variable named myNum and assign the value 50 to it.
package main
import ("fmt")
func main() {
var @(5) = @(2)
fmt.Println(@(5))
}
package main
import ("fmt")
func main() {
var myNum = 50
fmt.Println(myNum)
}
Not CorrectClick here to try again. Correct! |
This will reset the score of ALL 28 exercises.
Are you sure you want to continue?