An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

Task 1

Find the Maximum among ints using functions


Output:
Screenshot 2022-08-22 at 9 08 17 PM

Task 2

Print Function


Output:
image

Task 3

Print asterisk


Output:
image

Task 4

Enter Number to print asterisk


Output:
image

Task 5

Enter Area of Rectangle


Output:
image

Task 6

Radian to Degree


Output:
image

Task 7

Factorial Calculation


Output:
image

Task 8

Greatest Common Divisor


Output:
image

Task 9

Area of Circle


Output:
image