Can you tell me what is wrong here?(Solved)(TNX)
Its a sololearn c# practice test, all conditions ive done, but when i tap "Run" to pass the test, my result as same as practise result , and it says that its not ok. https://code.sololearn.com/cvaBt71r8TKT/?ref=app Here's the conds: You are creating a video game. To complete the level, the player needs to score at least 80 points. If a player scores 90 or more points, he receives a special gift. Write a program that takes points as input and outputs "Level completed" if the player has enough scores. In addition, if the player scored more than 90 points, the program should also display "Extra gift" in the result. Sample input 92 Result example Level completed Extra gift Here the new version of the code, and it's working correct , but the task still says that's incorrect https://code.sololearn.com/cERRew1L3Kmo/?ref=app