hey guys i am having issues with calculations on visual basic 2010
i know i am on the easy part right now but i am having hard time getting the hang of it.
ill post of pictures of what i need to do.
**2. The application provides one simple output – the amount of electricity bill.
3. Use the following calculation rules
a. Electricity rate is 10 cents per unit of electricity
b. Consumer is only charged for the net electricity consumed (i.e if the electricity consumed is 500 units and electricity produced is 50 units then the consumer will only be charged for 500 – 50 = 450 units of electricity
c. Consumer gets a credit of $5.65 for each Energy Star appliance in the household.
4. Illustrated Example:
a. If units of Electricity Consumed = 1000, and
b. Number of Energy Star appliances = 3, and
c. Units of electricity generated = 200, then
d. Electricity Bill Amount = ((1000 – 200) * 0.10) – (3*5.65) = $63.05
5. Helpful hints
a. Liberal use of comments/remarks are encouraged
b. Use variables for storing all the important data items
c. Submit your application in a J-Drive folder marked “Homework 1”
d. You will be able to work on this homework in the Thu’s lab class
e. The application should be able to take in all the relevant inputs and should have buttons for calculating the bill amount, clearing all the input fields and closing the form.
**![]()