I need help with this please | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

I need help with this please

I'm trying to make a grading system But it has lots of errors and isn't working LINK TO THE CODE 👇👇👇 https://code.sololearn.com/c8zzstJWhwx6/?ref=app

22nd Aug 2022, 4:41 PM
Daniel001
7 Answers
+ 3
when you want to say ... if(75<studentOne<=100) ... in c programming language you have to do like this: ... if(studentOne > 75 && studentOne <= 100) ... with this syntax condition will work.
22nd Aug 2022, 4:53 PM
Elmira
0
Elmira Thanks will try that I'm a bit new at this
22nd Aug 2022, 4:56 PM
Daniel001
0
Hi! please repeat the topic 11.1 logical operators of your C course
22nd Aug 2022, 4:58 PM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
0
Yaroslav Vernigora That's the next topic I haven't opened it yet, I'm about to start the switch statement
22nd Aug 2022, 5:03 PM
Daniel001
0
Elmira Retried it, thanks a lot. Here's the corrected programme https://code.sololearn.com/c8zzstJWhwx6/?ref=app
22nd Aug 2022, 5:12 PM
Daniel001
0
Congrats!👏🙂
22nd Aug 2022, 5:14 PM
Elmira
0
Elmira Thanks really really new at this, but I wanted to use another method from what was in the lecture that's why I tried this Thanks a lot
22nd Aug 2022, 5:16 PM
Daniel001