Check the eligibility for admission using nested if statement

Check the eligibility for admission using nested if statement

Input:

Enter the minimum eligibility percentage:60
Enter the percentage of marks you acquired: 70


Output:

You are eligibile for admission


Implementation: