mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Update stairs_pattern.cpp
This commit is contained in:
parent
9ac7981fed
commit
c2316e1efc
@ -8,7 +8,8 @@ This program is use to print the following pattern
|
||||
******
|
||||
********
|
||||
********
|
||||
where number of pairs line is given by user */
|
||||
where number of pairs line is given by user
|
||||
*/
|
||||
#include<iostream>
|
||||
int main() {
|
||||
int l, st = 2, x, r, z, n, sp;
|
||||
|
Loading…
Reference in New Issue
Block a user