Page 100 - Dig_CodeAI_V2.1_Class_7
P. 100

Program: To print the message based on the marks entered. Display the messages:
                  1.   If the marks are less than 35, display the message ‘Sorry!!!, You have failed the exam’.

                  2.   If the marks are less than or equal to 60 display the message ‘Passed with C grade’.
                  3.   If the marks are greater than 60 and less than or equal to 85 display the message ‘Passed with
                      B grade’.
                  4.   If none of the condition evaluates to true, then display the message ‘Passed with A grade’.





















                  On running the above program, you will get the following output:











































                                                   To Indent the line: Press CTRL+]
                                                  To Unindent the line: Press CTRL+[




                       98    DigiCode AI (Ver. 2.1)-VII
   95   96   97   98   99   100   101   102   103   104   105