can someone help me, 2 assignments due in 20 hrs

I have 2 assignments due, their supposed to be basic, but i don't know how to do it. I would be grateful if someone knew and could give me the code before tonight at midnight.
Thanks

The assignments are:
1.

inputs two numbers that twice uses the enter data design pattern;
calculates the:
sum;
difference;
product;
quotient; and
power (firstNumbersecondNumber);
displays the:
sum;
difference;
product;
quotient; and
power.

In Section 2: augment the test plan, of 6 to 10 well thought-out test cases with new test cases, i.e. what happens when bad data are entered. Predict what you expect will happen and re-run your full test plan.

In Section 3: a printout of the improved program. Be sure to include appropriate comments on the improvements made to the program and to increase the version number of the program.

In Section 4: a sample printout of the program's output, showing what happens both when valid and invalid data are entered.

------
and
------
2.

Display a welcome message indicating the:

program name,
program number,
program's version number, and
date last revised.

Ask the user whether there are more employees that have to be paid. Valid answers are Y, y, N and n only.

If the user answered Y or y then the program is to:

pay one employee (whatever that means*); and
continue processing with step 2, above.

the user answered N or n then the program is to display (or print) summary statistics and halt.

-----



Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories