This simple calculation is returning zero, I can\'t figure it out:
decimal share = (18 / 58) * 100;
decimal share = (18 * 100)/58;