Help for run func | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Help for run func

https://code.sololearn.com/cRgbh4XbplH4/?ref=app i was in exam today . it is over but i want to know.

4th Jul 2020, 5:03 PM
Yunus KoƧ
Yunus KoƧ - avatar
2 Respostas
4th Jul 2020, 5:07 PM
TheWhĀ”teCat šŸ‡§šŸ‡¬
TheWhĀ”teCat šŸ‡§šŸ‡¬ - avatar
+ 2
Yunus KoƧ Don't forget to put semicolon after each print statement. No need of return 0 in C# . It's a functionality of C/C++ not C#. ((1 == 1) == false) will return false because 1 == 1 will be true and true == false will be false so your method will never execute.
4th Jul 2020, 5:19 PM
AĶ¢J
AĶ¢J - avatar