Computer Science, asked by anasisin, 11 months ago

please tell Q4 and Q5

Attachments:

Answers

Answered by amannishad0512p5zxh6
1

4-         if(x>9)

           {

                y=y+15;

            }

      else

       {

               y=y-36;

          }

5-         String  grade;

             if(mark>=90)

               {

                       grade="A";

                 }

            else if(mark>=80)

             {

                grade="B";

             }

          else

            {

                grade="C";

             }

Mark me brainlest @

Hope it will help you !!


amannishad0512p5zxh6: Go through the solution ,first of all
amannishad0512p5zxh6: Ask it anything you not got in it
Similar questions