Student Grade Calculation using Nested if else: C Program

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 พ.ย. 2019
  • technotip.com/6296/nested-if-e...
    In this program we’ll show you nesting of if else statements. Here we are illustrating the concept by taking score/marks of 5 subject from the user. Then we calculate the percentage of it and display to grade to the user.
    C Programming: Beginner To Advance To Expert
    technotip.com/6086/c-programmi...

ความคิดเห็น • 11

  • @bolatagane_tukss
    @bolatagane_tukss 2 ปีที่แล้ว +1

    can this also be a switch statement

  • @NM_kawaii
    @NM_kawaii 3 ปีที่แล้ว

    when i copy pasted your code from your website on code blocks, it says 'gcc: fatal error: stdio.h: No such file or directory'
    how can i solve this?

    • @technotipDOTorg
      @technotipDOTorg  3 ปีที่แล้ว

      I guess there is space between angular brackets, just remove it and execute. It must work.

  • @Baba6ita
    @Baba6ita 2 ปีที่แล้ว

    Thanks alot bruv

  • @jayharyani1625
    @jayharyani1625 3 ปีที่แล้ว +1

    i thought u will make this program from nested switch i hope u will make in nested switch

  • @sitanshu3472
    @sitanshu3472 3 ปีที่แล้ว

    How do we do the reverse?the input is the grade and output is the range of possible marks

  • @aexistt
    @aexistt 2 ปีที่แล้ว +2

    how to make a flowchart of this code?

  • @veeboyclimcarillo2268
    @veeboyclimcarillo2268 2 ปีที่แล้ว

    How to display
    Example Output
    ENTER NAME
    Next is Input grade
    How to display with name? What functional code use??

  • @NR-ho5ij
    @NR-ho5ij 3 ปีที่แล้ว

    Grade for 60,30,10,69,68 is fail
    But out put is not showing fail