3. Write the proper code that responds to the following events handlers: Control Event Action btnRead Click -Read an integer that represent the month -Determine the number of days in the month: Month...


3. Write the proper code that responds to the following events<br>handlers:<br>Control Event Action<br>btnRead Click -Read an integer that represent the month<br>-Determine the number of days in the month:<br>Month Number of days<br>1<br>31<br>2<br>29<br>3<br>31<br>4<br>30<br>31<br>30<br>7<br>31<br>8<br>31<br>9<br>30<br>10<br>31<br>11<br>30<br>12<br>31<br>- Declare an array to hold the sales of each day in the<br>month<br>- Read the sales of each day in the month using an<br>inputBox and a loop of your preference<br>- Record the sales the array<br>- Compute the summation (using a loop of<br>preference) and average of the sales<br>- Display the summation and average in IstReport<br>your<br>btnClear ClicClear the input and output<br>btnClose ClickpDisplay a messageBox with

Extracted text: 3. Write the proper code that responds to the following events handlers: Control Event Action btnRead Click -Read an integer that represent the month -Determine the number of days in the month: Month Number of days 1 31 2 29 3 31 4 30 31 30 7 31 8 31 9 30 10 31 11 30 12 31 - Declare an array to hold the sales of each day in the month - Read the sales of each day in the month using an inputBox and a loop of your preference - Record the sales the array - Compute the summation (using a loop of preference) and average of the sales - Display the summation and average in IstReport your btnClear ClicClear the input and output btnClose ClickpDisplay a messageBox with "Thanks" as title and "Thank you for using the App" -Close the form

Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here