|
-
September 25th, 2011, 11:02 AM
#1
really need help now
I have learned c++ 3 years ago and i forgot a lot of things about it.somehow my brother ask me about c++ and i don't want to disappoint him...so i need helps from you.
the question look like this :
Write a program that will print the letter grade after given the marks that student earned in the
final exam. You’ll have to input an integer and print the letter grade as following -
80-100 A
60-79 B
50-59 C
0-49 F
-
September 25th, 2011, 11:46 AM
#2
Re: really need help now
Ask your brother to give it his best shot and then come back to us.
-
September 26th, 2011, 04:04 AM
#3
Re: really need help now
[ removed duplicate thread ]
-
September 26th, 2011, 07:44 AM
#4
Re: really need help now
thats way too easy even for a novice
-
September 26th, 2011, 09:44 AM
#5
Re: really need help now
 Originally Posted by aspid89
I have learned c++ 3 years ago...
Have you, really?
Vlad - MS MVP [2007 - 2012] - www.FeinSoftware.com
Convenience and productivity tools for Microsoft Visual Studio:
FeinWindows - replacement windows manager for Visual Studio, and more...
-
September 26th, 2011, 09:49 AM
#6
Re: really need help now
 Originally Posted by aspid89
80-100 A
60-79 B
50-59 C
0-49 F
Also (just noticed): what a generous scale!
Compare to Academic grading in North America
Vlad - MS MVP [2007 - 2012] - www.FeinSoftware.com
Convenience and productivity tools for Microsoft Visual Studio:
FeinWindows - replacement windows manager for Visual Studio, and more...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|