https://github.com/tanzeelafatima492/cpp-code-snippets
https://github.com/tanzeelafatima492/cpp-code-snippets
cplus cpp cxx pratice
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tanzeelafatima492/cpp-code-snippets
- Owner: TanzeelaFatima492
- License: mit
- Created: 2024-12-17T10:06:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-17T10:09:09.000Z (over 1 year ago)
- Last Synced: 2025-08-09T13:12:08.515Z (11 months ago)
- Topics: cplus, cpp, cxx, pratice
- Language: C++
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cpp-Code-Snippets
## Cpp-Programs
A collection of basic C++ programs to demonstrate fundamental programming concepts.
## Programs
1. String Input Program: A program that takes a string input from the user and displays it.
2. Date Calculator Program: A program that calculates the total number of days from the start of the year.
3. Sales Average Calculator Program: A program that calculates the average sales for a given number of days.
4. Age Input Program: A program that takes age inputs from the user and displays them.