CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 11 of 11
  1. #1
    Join Date
    Jan 2014
    Posts
    7

    Smile I'm a beginner, please solve my C++ question!


  2. #2
    Join Date
    Jan 2014
    Posts
    7

    Re: I'm a beginner, please solve my C++ question!

    Write a program to display menu as mentioned below using switch statement:

    Input a Name, Roll No, University Name, Semester into an Array. Enter Marks of any 5 Subjects and to find out the Grade using Function. Display the complete result on Output.

    The output expected: Run on C-Free

    iostream method

    Name= mohsin shahzad

    Roll No=bset01123075

    University name=University of lahore

    Smester=3rd

    s1=A

    S2=....

    s3=...

    s4=...

    s5=...

    I'll appreciate your help please.

  3. #3
    GCDEF is offline Elite Member Power Poster
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    12,635

    Re: I'm a beginner, please solve my C++ question!

    You obviously don't understand how this forum works. This isn't the do my homework for me forum. Please read the before you post thread to learn about what we do here.

  4. #4
    Join Date
    Jan 2014
    Posts
    7

    Re: I'm a beginner, please solve my C++ question!

    Yes please, I know, but I'll appreciate please...

  5. #5
    Join Date
    Jan 2014
    Posts
    7

    Re: I'm a beginner, please solve my C++ question!

    I'll pay $2000, give me your paypal

  6. #6
    GCDEF is offline Elite Member Power Poster
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    12,635

    Re: I'm a beginner, please solve my C++ question!

    What will you do for your next assignment? It could get expensive.

  7. #7
    Join Date
    Jan 2014
    Posts
    7

    Re: I'm a beginner, please solve my C++ question!

    You should worry about my question, not about money.

  8. #8
    GCDEF is offline Elite Member Power Poster
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    12,635

    Re: I'm a beginner, please solve my C++ question!

    Quote Originally Posted by macbook3302 View Post
    You should worry about my question, not about money.
    You should do your own homework.

  9. #9
    Join Date
    Jan 2014
    Posts
    7

    Re: I'm a beginner, please solve my C++ question!

    Take money and do it, or tell me right now. I'm not here to waste time because time money.

  10. #10
    Join Date
    Jan 2014
    Posts
    7

    Re: I'm a beginner, please solve my C++ question!

    Quote Originally Posted by GCDEF View Post
    You should do your own homework.
    Take money and do it, or tell me right now. I'm not here to waste time because time is money.

  11. #11
    2kaud's Avatar
    2kaud is offline Super Moderator Power Poster
    Join Date
    Dec 2012
    Location
    England
    Posts
    7,822

    Re: I'm a beginner, please solve my C++ question!

    As this is obviously a homework assignment, no guru here is going to write the code for you as this would be considered cheating. Please read http://forums.codeguru.com/showthrea...ork-assignment

    Having said that, we are here to try to help you. The first step is produce a program design. Write down in English (or other natural language) the detailed steps that need to be done to satisfy the requirements. Once you have done this and are satisifed that following the produced steps produces the required outcome, then translate the program design into code. Once you have the program coded, then it can be tested and debugged against the design and the expected outcomes.

    Design->code->test->debug

    Once you have the design and you have attempted to produce the code from the design if you then would like some further feedback/guidance from us then post the code you have.
    All advice is offered in good faith only. All my code is tested (unless stated explicitly otherwise) with the latest version of Microsoft Visual Studio (using the supported features of the latest standard) and is offered as examples only - not as production quality. I cannot offer advice regarding any other c/c++ compiler/IDE or incompatibilities with VS. You are ultimately responsible for the effects of your programs and the integrity of the machines they run on. Anything I post, code snippets, advice, etc is licensed as Public Domain https://creativecommons.org/publicdomain/zero/1.0/ and can be used without reference or acknowledgement. Also note that I only provide advice and guidance via the forums - and not via private messages!

    C++23 Compiler: Microsoft VS2022 (17.6.5)

Tags for this Thread

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