mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-10 14:05:17 +08:00
Update others/stairs_pattern.cpp
This commit is contained in:
@@ -10,7 +10,7 @@ This program is use to print the following pattern
|
||||
********
|
||||
where number of pairs line is given by user
|
||||
*/
|
||||
#include<iostream>
|
||||
#include<iostream>
|
||||
int main() {
|
||||
int l, st = 2, x, r, z, n, sp;
|
||||
std::cout << "enter Index ";
|
||||
|
||||
Reference in New Issue
Block a user