1) Create a line chart using the given data. The horizontal axis should contain the dates, and the vertical axis should contain the step counts for the corresponding days.
2) Edit the chart title to say "Step Count for September".
3) Add horizontal and vertical axes labels. The horizontal axis should be labeled "Dates", and the vertical axis should be labeled "Step Count".
4) Add a linear trend line to the chart.
5) In cell A32, add the string "Total Steps", and in cell B32 sum the total number of steps for the month. Use the Sum function in excel to do this. Remember to start by typing in equal sign "=", and then entering the function name with an open parenthesis "Sum(". You should then be able to use the mouse to select all of the cells containing the step data and then type in a close parenthesis to complete the function. After pressing enter, the total step count should be displayed in cell B32.
6) In cell A33, add the string "Average Steps", and in cell B33 find the average number of steps per day for the given month. Here you will use the Average function in Excel and follow the same steps from part 5.
7) In cell A34, explain what you think the shape of the linear trend line tells us about the step count trend. Do we expect the number of step counts to increase, decrease, or stay the same? Explain.
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme