Can somebody help me with Match Results the course is go my code: func main() { results := []string{"w", "l", "w", "d", "w", | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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") } }

20th Jul 2021, 4:41 PM
Michael smith
Michael smith - avatar
2 Answers
+ 1
yes can you please give me answer
20th Jul 2021, 10:10 PM
Michael smith
Michael smith - avatar
0
Isn't it the same question as this: https://www.sololearn.com/Discuss/2839950/?ref=app
20th Jul 2021, 5:10 PM
Paul
Paul - avatar