Skip to content

This project is the Final Exam Assignment for the course Algorithm and Programming 1 in the first semester from my college. It is developed using C++ and is designed to analyze daily sales data.

Notifications You must be signed in to change notification settings

afifahhadie/Daily-Sales-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Daily Sales Analysis

This program is developed using C++ to record and analyze daily sales data. Users can input the number of days they want to track and then enter daily sales data. The program calculates total sales, average daily sales, and the best sales day.

Project Objectives:

  • Facilitate sales data recording and analysis.
  • Display a summary of total sales, average sales, and the best sales day.
  • Help decision-making based on sales trends.

Main Features:

  • Sales Data Input: Users can enter daily sales figures.
  • Total Sales Calculation: The program sums up all sales data.
  • Average Sales Calculation: Calculates the average daily sales.
  • Best Sales Day Identification: Determines the day with the highest sales.
  • Clear Output Display: Presents information in an easy-to-read format.

Technologies Used: Programming Language: C++

How to Use the Program:

  1. Run the program.
  2. Enter the number of days you want to analyze.
  3. Input the sales data for each day.
  4. The program will display the analysis results, including total sales, average sales, and the best sales day.

About

This project is the Final Exam Assignment for the course Algorithm and Programming 1 in the first semester from my college. It is developed using C++ and is designed to analyze daily sales data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages