Calculus Project
Calculus Project
Build a predictive model for the sales of a product based on time. The data set consists of
time-stamped sales records. Your goal is to create a model that predicts future sales and
analyze the rate of change of sales over time.
Page 1 of 4
Semester Project SE
MT – 1003 Calculus and Analytical Geometry BSSE Fall 2023
Program requirements
1. On every first run, the program must display the name of your software house, and your
programming team along with student ids.
2. At this stage the program should ask the user to enter a year (e.g., 2025) for prediction
of average global temperature. Use this step to find the results of different years (2025,
2050, 2100) as required in the given tasks.
3. After the user input, a message should be displayed ‘press any key to continue’.
4. Upon key press, the program should display the result of part 1. A message should then
be displayed ‘press any key to continue’.
5. Upon key press, result of part 2 should be displayed along with a message ‘press any
key to continue’.
6. Upon key press, the program should display the result of part 3. A message should then
be displayed ‘press any key to continue’.
7. Upon key press, the program then should display the answers to part 4 and part 5 of the
problem.
8. At this stage, the program must ask the user if they wish to continue or terminate the
program. Based on user input, the program must act accordingly.
Your program should be well commented, and the results should be detailed. Necessary
sentences should be displayed alongside the outputs. Do not simply display the values.
Page 2 of 4
Semester Project SE
MT – 1003 Calculus and Analytical Geometry BSSE Fall 2023
Report Requirements
Students are required to submit a complete report of the project prepared in MS Word in their
own words. A report is written in third person, i.e., use of I, We, Us, are not used to write the
report. The contents of the report must include:
Page 3 of 4
Semester Project SE
MT – 1003 Calculus and Analytical Geometry BSSE Fall 2023
Each report element should be documented under a separate heading. Each page should be
numbered. The report should be written in Calibri or Times New Roman typeface only. The
size of the font should be 12. The size of first and second level of headings should be 14 bold,
and 12 bold, respectively. The alignment of the report should be justified, while pictures and
tables should be center aligned with relevant captions. The option to align the text left, right,
center, and justify can be found under paragraph options on Home tab. Line and paragraph
spacing should be set as 1.5. Optimally utilize the available space on each page, do not leave
blank space on a page unnecessarily.
Page 4 of 4
Semester Project SE