Hey guys i'm willing to pay fg for a little help, i've got 2 assignment I need to get done and have pretty much 0 knowledge on here. I can provide with challenges and the book if needed and it's pretty quick!
Design Your Own Forms
6. Bank Charges
A bank charges $10 per month, plus the following check fees for a commercial
checking account:
$0.10 each for less than 20 checks
$0.08 each for 20 through 39 checks
$0.06 each for 40 through 59 checks
$0.04 each for 60 or more checks
Create an application that allows the user to enter the number of checks written.
The application should compute and display the bank’s service fees for the month.
All checks for the month are assigned the same charge, based on the total number of
checks written during the month.
Input validation: Do not accept a negative value for the number of checks written.
Ensure that all values are numeric. The Clear button must clear the text box and the
label that displays the monthly service charge.
Use the following test data to determine if the application is calculating properly. In
each case, the customer is charged only a single rate, based on the total number of
checks:
Number of Checks Total Fees
15 $ 11.50
25 $ 12.00
45 $ 12.70
75 $ 13.00
------------------------------------------------------------------------------------------------------------------------------------
Design Your Own Forms
8. Celsius to Fahrenheit Table
In Programming Challenge 8 of Chapter 3, you created an application that converts
Celsius temperatures to Fahrenheit. Recall that the formula for performing this conversion
is
F 1.8 * C 32
In the formula, F is the Fahrenheit temperature and C is the Celsius temperature.
For this exercise, create an application that displays a table of the Celsius temperatures
0 through 20 and their Fahrenheit equivalents. The application should use a
loop to display the temperatures in a list box.
or if you want to walk me through too that's be great! Teach me a little haha.
basically it's not just the summary I have to write script and create the visual application as well.