From 20db0c0a7242aa249a661ca6973e728ecc9e3d16 Mon Sep 17 00:00:00 2001 From: manan03 <83576753+manan03@users.noreply.github.com> Date: Wed, 12 May 2021 17:11:36 +0530 Subject: [PATCH] Add files via upload --- Submission/200101063.md.md | 48 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Submission/200101063.md.md diff --git a/Submission/200101063.md.md b/Submission/200101063.md.md new file mode 100644 index 0000000..c581697 --- /dev/null +++ b/Submission/200101063.md.md @@ -0,0 +1,48 @@ +#Manan Parihar +##200101063 +##Coding Week schedule : +|Events Name|Events Date|Gone through the resources| +---|---|--- +Oreantation|9th May 2021|YES +Open source|10th May 2021|YES +Competitive Coding|11th May 2021|YES +Design|12th May 2021|NO +Game Developement|13th May 2021|NO +Web Developement|14th May 2021 |NO +Machine Learning |15th May 2021 | NO +App Developement|16th May|NO + + +Program to calculate SUM of ASCII value of my FULL NAME using C++ + +```c++ + #include + +using namespace std; + +int main() +{ + string MYNAME = " MANAN PARIHAR "; + + int sum = 0; + + for(int i = 0 ; i