Update stairs_pattern.cpp

This commit is contained in:
faizan Ahamed 2020-04-19 20:24:28 +05:30 committed by GitHub
parent e15dd6ec99
commit 2b01decae1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,6 @@ This program is use to print the following pattern
where number of pairs line is given by user
*/
#include <iostream>
using namespace std;
int main(){
int l, st = 2, x, r, z, n, sp;
std::cout << "enter Index ";