please tell Q4 and Q5
Attachments:

Answers
Answered by
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
Similar questions