+ 2
Hello guys I have a doubt in go language
Can any one explain me (17.end of project module) que in basics learning in go language
3 odpowiedzi
+ 4
NIKHITH , please write s clear question what your problem is. what are your doubts exactly?
the task description of this exercise says that the input numbers (numerical) has to be printed in words.
have you done a try so far?
▪︎if yes, please put your code in playground and link your code here, so that we may help you.
▪︎if not, please do a try by yourself and then link it also here
thanks!
+ 2
I didn't get an idea what to do if had a solution I can look into it plz can u write solution
+ 1
You can either use switch or map to complete the solution.