the problem is that the function computeGrade() does not match the prototype on line 7.
By the way: the local variable on line 29 doesn't make sense. Replace double marks with int mark. Don't forget to adjust line 7. Then pass mark from line 11 to the function computeGrade(mark) on line 12
Why should I troll?! Im on a mobile phone so maybe it is rendered with some problem in my browser. Anyway I should check it in my pc. Sorry for giving wrong info.
also, you'll have to test the logic of your program.if you input mark as 85 you shall not get any grades output as you haven't checked for mark==85 anywhere in computegrade(), you're only checking for mark>85 and mark<84!@