From c2316e1efcb59d7d349b4dc09471e3eece59b5b0 Mon Sep 17 00:00:00 2001 From: faizan Ahamed Date: Sun, 19 Apr 2020 20:50:42 +0530 Subject: [PATCH] Update stairs_pattern.cpp --- others/stairs_pattern.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/others/stairs_pattern.cpp b/others/stairs_pattern.cpp index c93782805..36c106bb2 100644 --- a/others/stairs_pattern.cpp +++ b/others/stairs_pattern.cpp @@ -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 int main() { int l, st = 2, x, r, z, n, sp;