Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

Not able to execute the code

package main
import "fmt"
func main() {
if 1<2 {
fmt.Println("If executed")
} else if 0!2 == true {
fmt.Println("Else if executed")
} else {
fmt.Println("Else executed")
}
}
by

1 Answer

iamabhishek
Please share level number and lesson number

Login / Signup to Answer the Question.