Update stairs_pattern.cpp

This commit is contained in:
faizan Ahamed 2020-04-19 20:50:42 +05:30 committed by GitHub
parent 9ac7981fed
commit c2316e1efc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;