×
×
Correct!
Multiply 10 with 5, and print the result.
package main
import ("fmt")
func main() {
fmt.Print(10@(1)5)
}
package main
import ("fmt")
func main() {
fmt.Print(10*5)
}
Not CorrectClick here to try again. Correct! |
This will reset the score of ALL 28 exercises.
Are you sure you want to continue?