To ask an engineering question please visit our forum site at Eng-Tips.



Browse our archive of questions and answers below or to access our old forum database of over 10000 questions and answers please visit the old Ask@ forum.


Need help with calculator program using Raptor
Last Post 07 Sep 2012 05:27 AM by cdw2152. 0 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
cdw2152
New Member
New Member
Posts:10

--
07 Sep 2012 05:27 AM
    I have to make a calculator using the Raptor program according to this instruction:
    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.

    I did excellent on my first two programs but for some reason I cannot grasp and get the While Loop concept.

    Any help would be appreciated
    You are not authorized to post a reply.