cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Lounge
Can you please help me to code this one.
Can you please help me to code this one. I badly needed this
Feb 25, 2019 at 12:54pm UTC
Mayee
(1)
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.
Feb 25, 2019 at 2:45pm UTC
salem c
(3700)
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.