From a855ad89927e4e15b7e81d48876ce6085293b415 Mon Sep 17 00:00:00 2001 From: kgahlot0805 <44470169+kgahlot0805@users.noreply.github.com> Date: Fri, 26 Oct 2018 22:28:17 +0530 Subject: [PATCH] Create coffeeandcode.txt --- coffeeandcode.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 coffeeandcode.txt diff --git a/coffeeandcode.txt b/coffeeandcode.txt new file mode 100644 index 0000000..e712943 --- /dev/null +++ b/coffeeandcode.txt @@ -0,0 +1,10 @@ +#include +using namespace std; +int main() +{int arr[20]; +for(int i=0;i<20;i++) +cin>>arr[i]; +for(int i=0;i<20;i++) +cout<