Purchase Solution

Designing an application that gets customer account data

Not what you're looking for?

Ask Custom Question

The No Interest Credit Company provides zero-interest loans to customers. Design an application that gets customer account data, including an account number, customer name, and balance due. Output the account number and name, then output the customer's projected balance each month for the next 10 months. Assume that there is no finance charge on this account, that the customer makes no new purchases, and that the customer pays off the balance with equal monthly payments, which are 10 percent of the original bill.
b. Modify the No Interest Credit Company application so it executes continuously for any number of customers until a sentinel value is supplied for the account number.

MUST HAVE AND DO THE FOLLOWING

Required: Data Dictionary, Hierarchy Chart, Flowchart, and Pseudocode combining 6a and 6b into one program

BE SURE TO LABEL AND COMBINE INTO ONE PROGRAM.

Purchase this Solution

Solution Summary

The solution gives complete set of answers to customer account including Data Dictionary, Hierarchy Chart, Flowchart, and Pseudocode.

Purchase this Solution


Free BrainMass Quizzes
Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

C++ Operators

This quiz tests a student's knowledge about C++ operators.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

Javscript Basics

Quiz on basics of javascript programming language.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.