0
Can somebody help me with Match Results the course is go my code: func main() { results := []string{"w", "l", "w", "d", "w",
my code: func main() { results := []string{"w", "l", "w", "d", "w", "l", "l", "l", "d", "d", "w", "l", "w", "d"} int a,b; int w,l,d; if(a>b){ fmt.Println("w") } else if(a<b){ fmt.Println("l") } else{ fmt.Println("d") } }
2 Respuestas
+ 1
yes
can you please give me answer
0
Isn't it the same question as this:
https://www.sololearn.com/Discuss/2839950/?ref=app