+ 3
How?? Why??
this code have wrong answer in challenge.. correct answer is 24. in challenge correct answer is 6. so sad.. i have loss my xp.. static float Func(float a,float b) { return a%b; } static int Func(int a, int b) { return a*b; } static void Main(string[] args) { Console.WriteLine(Func(Func(2,3),4)); } } }
5 Answers
- 1
but we are not got that loss xp because of wrong answer
+ 37
ya there are a few wrong answers in challenges
do report them once they challenge is over, they'll be rectified
+ 2
I had a very similar challenge before, are you sure that the code you wrote here is correct? This is the code from the challenge I got (look at return types)
http://imgur.com/a/TwajS
0
yes
- 1
yes code is correct