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
printf(" %d is the sum of the two numbers\n %d is the difference of the two numbers\n %d is the product of the two numbers\n %.2f is the product of division of the two numbers",sum,diff,prod,frac);