Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Program 1 : Enter the code from below for Roman Numerals. Program 2 : Software Sales A software company sells a package that retails for
Program :
Enter the code from below for Roman Numerals.
Program :
Software Sales
A software company sells a package that retails for $ Quantity discounts are given
according to the following table.
Write a program that asks for the number of units sold and computes the total cost of
the purchase.
Input Validation: Make sure the number of units is greater than
Output: Show Cost of Service and Show their Discount savings
Program :
Bank Charges
A bank charges $ per month plus the following check fees for a commercial check
ing account:
S each for fewer than checks
$ each for checks
$ each for checks
$ each for or more checks
The bank also charges an extra $ if the balance of the account falls below $before
any check fees are applied Write a program that asks for the beginning balance and the
number of checks written. Compute and display the bank's service fees for the month.
Input Validation: Do not accept a negative value for the number of checks written. If a
negative value is given for the beginning balance, display an urgent message indicating
the account is overdrawn.
Output: lines of output with decimals lined up Show Bank Fee, Check Fee, Low
Fee either or and The Total Fee.
See Supplemental section for input and output howto
Gradesheet for Branches Programs:
ALL programs must compile and be thoroughly tested
Do not tum in code that does not compile
Do not turm in code that has not been tested
ALL Programs must use good programming style indenting variable naming
Place the following Comment section at the top of each program.
Name: your name
Course: COP
Program Name: Chapter Roman numerals or Sales or Bank Charges
Program : Roman Numerals
Must Compile or Zero points or incorrect results loose points
Program : Software Sales
Must Compile or Zero points
Input validation for number of units must be
Calculations were correct for the range:
Must have the Chart for Quantity and Discount Shown on the screen!!
Program : Bank Charges
Must Compile or Zero points
Must show Bank Fee chart
Input validation for negative amount of checks with and Error message. If user enters a negative amount then only show an error
message with no other stats.
Calculations were correct for the range:
Must display each of these fees:calculated check fee bank fee Low Fee Iotal Fee
Note Low fee is calculated $ bank fee if beginning balance or $
List the above fees on separate lines and decimals must be lined up See Supplemental, last page
All prompts on same line
Turn the Java source code files into the drop box no zip file Supplemental
Refer to zyBooks Output formatting
The following code shows how to get integer input
The following code shows how to print columns
System.out.printf
Col Col Col Col Col;
System.out.printf
;
System.out.printf
;
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started