Can somebody help me with Match Results the course is go | 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

please help me

21st Jul 2021, 11:18 AM
Michael smith
Michael smith - avatar
3 Answers
+ 1
Could you please provide more information about this issue?
27th Jul 2021, 2:20 AM
Talal Emran
Talal Emran - avatar
0
sure
29th Jul 2021, 8:02 PM
Michael smith
Michael smith - avatar
0
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") } }
29th Jul 2021, 8:02 PM
Michael smith
Michael smith - avatar