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