/** * test round grades * grade lesss than 38 ->round to 38 * grade grate than 38 less than 40 ->round to 40 * if grade is 100 donot need be rounded * if grade's first bit is between [0-5] , first bit number need be minused into a number and compare with 3 * if step 5 unit minus first bit numb...