• Forum
  • Lounge
  • Can you please help me to code this one.

 
Can you please help me to code this one. I badly needed this

Creat a function-oriented c++ program that will ask the user to other percentage grade.
Add a function that will convert the percentage grade into university grade .

Use the formula : 1+((95-%Grade) /10.
Do the display in the main () function.
So you can't do this?

int uniGrade = 1+((95-42) / 10;

I mean, it's just one input, one calculation and one output.

> I badly needed this
How badly?
Like "I need this otherwise I'm going to be kicked off the course" badly?
Topic archived. No new replies allowed.