From 21a6dccc0409fe6746e1e26f654d21598ac1016d Mon Sep 17 00:00:00 2001 From: Afroz Quraishi Date: Thu, 27 Feb 2020 14:48:20 +0530 Subject: [PATCH] Updated Project #2 Currecting Code --- project.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/project.cpp b/project.cpp index ca2c2ce..2935f10 100644 --- a/project.cpp +++ b/project.cpp @@ -1,8 +1,10 @@ -#include -main() +#include +using namespace std; +int main() { int a,b,c; cin>>a>>b; c=a+b; cout<