TheAlgorithms/C++ 1.0.0
All the algorithms implemented in C++
|
This program is use to print the following pattern. More...
#include <iostream>
Go to the source code of this file.
Functions | |
int | main () |
This program is use to print the following pattern.
\*\* \*\* \*\*\*\* \*\*\*\* \*\*\*\*\*\* \*\*\*\*\*\* \*\*\*\*\*\*\*\*
where number of pairs line is given by user
Definition in file stairs_pattern.cpp.
int main | ( | void | ) |
main function
Definition at line 17 of file stairs_pattern.cpp.