CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Sep 2011
    Posts
    1

    Question 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

  2. #2
    Join Date
    Jan 2006
    Location
    Singapore
    Posts
    6,765

    Re: really need help now

    Ask your brother to give it his best shot and then come back to us.
    C + C++ Compiler: MinGW port of GCC
    Build + Version Control System: SCons + Bazaar

    Look up a C/C++ Reference and learn How To Ask Questions The Smart Way
    Kindly rate my posts if you found them useful

  3. #3
    Join Date
    Nov 2003
    Location
    Belgium
    Posts
    8,150

    Re: really need help now

    [ removed duplicate thread ]
    Marc Gregoire - NuonSoft (http://www.nuonsoft.com)
    My Blog
    Wallpaper Cycler 3.5.0.97

    Author of Professional C++, 4th Edition by Wiley/Wrox (includes C++17 features)
    ISBN: 978-1-119-42130-6
    [ http://www.facebook.com/professionalcpp ]

  4. #4
    Join Date
    Sep 2011
    Posts
    13

    Re: really need help now

    thats way too easy even for a novice

  5. #5
    Join Date
    Aug 2000
    Location
    New York, NY, USA
    Posts
    5,656

    Re: really need help now

    Quote Originally Posted by aspid89 View Post
    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...

  6. #6
    Join Date
    Aug 2000
    Location
    New York, NY, USA
    Posts
    5,656

    Re: really need help now

    Quote Originally Posted by aspid89 View Post
    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
  •  





Click Here to Expand Forum to Full Width

Featured