Thread: Need help with my Programming Essentials class....willing to compensate for your time

  1. #1
    Registered User
    Join Date
    Sep 2011
    Posts
    1

    Need help with my Programming Essentials class....willing to compensate for your time

    Ok, I'm taking a Programming Essentials class. I'm in Iraq and I underestimated the amount of time I was going to be on the road and stuck without internet and spare time to work on this class. I have about ten days to finish up 6 weeks worth of class. Here is the next assignment I have due. I have to write the pseudocode and flowchart in MS WORD......

    This is the assignment for the third module, which covers looping. I have to get this one and the next one done in the next 24hrs (midnight Tuesday night) with enough time to still take the mid-term.

    Here it is....

    Written Assignment: Calculator Program
    Design a calculator program that will add, subtract, multiply, or divide two numbers input by a user.

    Your program design should contain the following:
    The main menu of your program is to continue to prompt the user for an arithmetic choice until the user enters a sentinel value to quit the calculator program.
    When the user chooses an arithmetic operation (i.e. addition) the operation is to continue to be performed (i.e. prompting the user for each number, displaying the result, prompting the user to add two more different numbers) until the user enters a sentinel value to end the chosen arithmetic operation.
    If the user chooses division, do not allow the user to divide by 0. Display an error message to user and ask the user to choose another denominator.

    You are to submit, as a Microsoft Word Document, the following for this assignment:
    1. Pseudocode
    2. Flowchart

    Remember to follow the guidelines of good program design. Make sure to use meaningful variable names and thoroughly comment each line of your code. You may only use techniques learned in Modules One, Two and Three.

    Below is a screen output sample:

    Welcome to the Calculation Program

    (1) Addition
    (2) Subtraction
    (3) Multiplication
    (4) Division
    (Q) Quit Program
    Enter Choice:



    So, let me know if you want to help and feel free to email me at (removed by moderator)
    Last edited by laserlight; 09-02-2011 at 03:26 AM.

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    As a matter of principle, such a request to do the entire problem for you is not allowed as it amounts to cheating. As such, I am closing this thread.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. help me ... class time end
    By fnfn in forum C++ Programming
    Replies: 3
    Last Post: 05-20-2007, 03:31 AM
  2. time class / i need help!
    By hartwork in forum Linux Programming
    Replies: 5
    Last Post: 03-25-2005, 05:54 PM
  3. class TIME, help please
    By The-Saint in forum C++ Programming
    Replies: 5
    Last Post: 11-27-2002, 12:22 PM
  4. time class
    By Unregistered in forum C++ Programming
    Replies: 1
    Last Post: 12-11-2001, 10:12 PM