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.
2 Antworten
+ 2
Yunus Koç , look at the code 🐱
https://code.sololearn.com/c2CAhwF7q0Jk/?ref=app
+ 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.