https://github.com/saadarazzaq/postlikesanalyzer
A compact C++ program to analyze average post likes, most liked post, and least liked post on a Social Media Account
https://github.com/saadarazzaq/postlikesanalyzer
cli-app cpp type-casting
Last synced: 4 months ago
JSON representation
A compact C++ program to analyze average post likes, most liked post, and least liked post on a Social Media Account
- Host: GitHub
- URL: https://github.com/saadarazzaq/postlikesanalyzer
- Owner: SaadARazzaq
- Created: 2023-07-31T21:28:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-31T21:36:50.000Z (over 2 years ago)
- Last Synced: 2025-03-17T06:48:04.541Z (11 months ago)
- Topics: cli-app, cpp, type-casting
- Language: C++
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PostLikesAnalyzer 🌐
PostLikeAnalyzer is a simple C++ program that calculates statistics related to post likes on social media platforms. It provides the average number of likes, the most liked post, and the least liked post based on user input.
## 🌠Features
- Calculate the average number of likes across all posts.
- Identify the most liked post and display the number of likes.
- Identify the least liked post and display the number of likes.
## 🔥Getting Started
### ⏮️Prerequisites
To compile and run this program, you need to have a C++ compiler installed on your system.
### ⚒️How to Use
1. Clone the repository to your local machine.
```bash
git clone https://github.com/SaadARazzaq/PostLikesAnalyzer.git
```
2. Navigate to the project directory.
3. Compile the code using your C++ compiler.
4. Run the executable.
5. Follow the on-screen instructions to enter the number of posts and the number of likes for each post.
6. The program will display the calculated statistics, including the average post likes, the most liked post, and the least liked post.
## Sample Output


## Contribution
Contributions to this project are welcome. If you find any issues or have suggestions for improvements, feel free to create a pull request or open an issue.
## License
This project is open for contribution.