Create an application that resembles figure 3-48 on pg 197. The pictureBox controls the display images of four fruits (a banana, an apple, an orange and a pear) and each fruit's calories.
When the application starts, the total calories displayed should be zero. Each time the user clicks one of the pictureBoxes, the calories for that fruit should be added to the total calories and the total calories should be displayed. When the user clicks the Reset button, the total calories should be reset to Zero.
Find images in the attached file
Add the following comments to the beginning of your program:
Name: Your name
Class and Section:cs165 02
Assignment: Program Assignment 02
Date Due: See above
Date Turned in:
Program Description: write a short description of what the program can do.