https://github.com/zyn10/cpp_basic_functions_practice
Basic Functions in cpp
https://github.com/zyn10/cpp_basic_functions_practice
area-circle area-rectangle asterisk cpp factorial functions-cpp gcd radian-to-degree
Last synced: 11 days ago
JSON representation
Basic Functions in cpp
- Host: GitHub
- URL: https://github.com/zyn10/cpp_basic_functions_practice
- Owner: zyn10
- License: mit
- Created: 2022-08-22T16:05:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-23T17:09:36.000Z (almost 4 years ago)
- Last Synced: 2025-03-12T15:51:03.744Z (about 1 year ago)
- Topics: area-circle, area-rectangle, asterisk, cpp, factorial, functions-cpp, gcd, radian-to-degree
- Language: C++
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Task 1
Find the Maximum among ints using functions
Output:
Task 2
Print Function
Output:
Task 3
Print asterisk
Output:
Task 4
Enter Number to print asterisk
Output:
Task 5
Enter Area of Rectangle
Output:
Task 6
Radian to Degree
Output:
Task 7
Factorial Calculation
Output:
Task 8
Greatest Common Divisor
Output:
Task 9
Area of Circle
Output: