I need a Flowchart, psuedocode algorithm and desk check for the following problem.
Design an algorithm that will prompt for and accept a four-digit representation of the
year (for example, 2003). Your program is to determine if the year provided is a leap
year and print a message to this effect on the screen. Also print a message on the
screen if the value provided is not exactly four numeric digits. Continue processing
until a sentinel of 0000 is entered.
This is an intro to programming question. basic is all that is needed
I need a Flowchart, psuedocode algorithm and desk check for the following problem.
The members of the board of a small university are considering voting for a pay
increase for their 25 faculty members. They are considering a pay increase of 8%.
However, before doing so, they want to know how much this pay increase will cost.
Design an algorithm that will prompt for and accept the current salary for each of
the faculty members, then calculate and display their individual pay increases. At the
end of the algorithm, print the total faculty payroll before and after the pay increase,
and the total pay increase involved.
This is an intro to progamming question. basic level is all that is needed but step by step.
I need a Flowchart, psuedocode algorithm and desk check for the following problem.
Design an algorithm to produce a list of customers from the Glad Rags Clothing
Company’s customer master file. Each record on the customer master file con-
tains the customer’s number, name, address (street, city, state and postcode) and
account balance.
Your program is to read the customer master file and print a report of all cus-
tomers whose account balance is greater than zero. Each detail line is to contain
the customer’s number, name, address and account balance. Print headings and
column headings at the top of each page, allowing for 35 detail lines per page, and
at the end of the report, the total customers on file, the total customers with balance
owing, and the total balance owing, as follows:
GLAD RAGS CLOTHING COMPANY
XX/XX/XX CURRENT ACCOUNT BALANCES PAGE: XX
CUSTOMER
NUMBER CUSTOMER NAME ADDRESS ACCOUNT BALANCE
xxxxx xxxxxxxxxx xxxxxxxxxxxxxxxxxxxx 9999.99
xxxxx xxxxxxxxxx xxxxxxxxxxxxxxxxxxxx 9999.99
Total customers on file 999
Total customers with balance owing 999
Total balance owing 99999.99
GET ANSWERS / LIVE CHAT