Algorithms_in_C++ 1.0.0
Set of algorithms implemented in C++.
|
This program is use to print the following pattern. More...
#include <iostream>
Functions | |
int | main () |
This program is use to print the following pattern.
\*\* \*\* \*\*\*\* \*\*\*\* \*\*\*\*\*\* \*\*\*\*\*\* \*\*\*\*\*\*\*\*
where number of pairs line is given by user
int main | ( | void | ) |
main function