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<