Help for run func | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 Answers
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