Now we are doing pseudocode and looping.On my assignment I believe i should do a sentinel controlled loop?
But i really don't know.It says this:
Develop an MC++ application that will determine if a department store customer has exceeded the limit on a charge account.For each customer,the following facts are available:a)Account number
b)Balance at the beginning of the month
c)Total of all items charged by this customer
d)Total of all credits applied to this customer's account this month
e)Allowed credit limit
Hint:Users should input as integers each of these facts,calculate the new balance (=beginning balance + charges - credits), display the new balance and determine if the new balance exceeds the customer's credit limit.For those customers whose credit limit is exceeded,the program should display the message,"Credit limit exceeded"....the credit limit is 400
#include "stdafx.h"
#using <mscorlib.dll>
using namespace system
white_eyez 0 Newbie Poster
Dave Sinkula 2,398 long time no c Team Colleague
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.