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

19th Jul 2021, 5:41 PM
Michael smith
Michael smith - avatar
5 Answers
+ 5
Michael smith , if you really have a problem, we need some more details from you: ▪︎give a clear and complete description about your task ▪︎if there are error messages please post them here ▪︎give at least one sample with input data and the expected output ▪︎to be able to find out the issues you have, we need to see your code     => please put your code in playground, save it there and post a link to it here. thanks for your understanding!
19th Jul 2021, 7:17 PM
Lothar
Lothar - avatar
+ 1
Please delete your other duplicate posts. If you respond to Lothar's question, you may get an answer.
23rd Jul 2021, 6:38 AM
David Ashton
David Ashton - avatar
+ 1
i rlly need the answer]
23rd Jul 2021, 12:13 PM
Michael smith
Michael smith - avatar
0
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") } }
19th Jul 2021, 7:22 PM
Michael smith
Michael smith - avatar
0
can i get the solution
19th Jul 2021, 7:23 PM
Michael smith
Michael smith - avatar