From f75a0196b73545a704af4f01225886d8b63472bc Mon Sep 17 00:00:00 2001 From: shubham Date: Thu, 27 May 2021 10:55:09 +0530 Subject: [PATCH] Create 200104103.md --- Submission/200104103.md | 49 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 Submission/200104103.md diff --git a/Submission/200104103.md b/Submission/200104103.md new file mode 100644 index 0000000..4ccf666 --- /dev/null +++ b/Submission/200104103.md @@ -0,0 +1,49 @@ +Shubham Kumar    +2001040103 +
+ +| **Event Name** | **Event Date** | **Gone through the Resources** | +| :----------- | :-----------: | :---------- | +| OPEN SOURCE | 10/05/21 | YES | +| COMPETATIVE CODING | 11/05/21 | YES | +| DESIGN | 12/05/21 | YES | +| GAME DEVELOPMENT | 13/05/21 | NO | +| WEB DEVELOPMENT | 14/05/21 | YES | +| MACHINE LEARNING | 15/05/21 | NO | +| APP DEVELOPMENT | 16/05/21 | YES | + + +
+
+ +**CODE FOR SUM OF ASCII VALUES OF 'MY NAME'** + +```cpp + #include + using namespace std; + int main(){ + string s = "Shubham Kumar"; + int sum = 0; + for(int i = 0; i < s.length(); i++){ + char ch = s[i]; + sum += ch; + } + cout << sum << endl; +``` +
+ +

+ +![Coding Club-IITG LOGO](https://raw.githubusercontent.com/codingiitg/open_source_submission/main/coding-club%20logo.png) + +

+ +
+ +## **MY INTERESTS** +Web Development :- I really enjoy webDevlopment , and look forward in making great websites soon , I am right now seriously working on master this skill as i am loving it and soon want to make a website which is can be help for other.
+Competitive Coding :- I like the logic making ability of competitive programming and I am gradualling learning more and more concepts.
+Design :- I love to design website and create a combination which is simple as well as attrative. I already redesign 3 website and trying to create a good portfolio in future.
+Thanks to Coding week, I got the opportunity to try my hands on so many things which is on pending list from so long +and Right now i don't have much thing to show but within 2 months i will be in that position. I am working hard to upgrade myself.
+[My GitHub profile](https://github.com/shubhamm700) where you can check my future project.... \ No newline at end of file