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
//Define 3 integer variables a, b, c whose values are 10 , 5, 5 respectively. Compute X=a/(b-c). Catch divide by 0 exception and compute y=a/(b+c) and print the value of y.