You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System.out.print("you are eligible for bonus of "+((x/100)*5)+" And ur net bonus amount is "+(((x/100)*5)*12)+" Ur gross salary is"+((((x/100)*5))+x));
else
System.out.print("sorry..! ur not eligible for bonus and your salary is ="+x);