From 1b375490f8099bd7fd4a4be71ac2956c509788d7 Mon Sep 17 00:00:00 2001 From: Shubham Singla <56023966+shubham-singla525@users.noreply.github.com> Date: Wed, 14 Oct 2020 11:30:32 +0530 Subject: [PATCH] shubham-singla525 code in c++ --- shubham-singla525 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 shubham-singla525 diff --git a/shubham-singla525 b/shubham-singla525 new file mode 100644 index 00000000..6d573bf7 --- /dev/null +++ b/shubham-singla525 @@ -0,0 +1,18 @@ +#include + +using namespace std; + +int main(){ + +int arr[50]; + +for(int i=0;i<49;i++){ + +arr[i]=i+1;} + +for(int i=0;i<49;i++){ + +cout<