Update others/stairs_pattern.cpp

This commit is contained in:
Christian Clauss 2020-04-19 17:48:48 +02:00 committed by GitHub
parent c2316e1efc
commit 039ca7bdea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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