Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Submission by_200121030 #30

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 0 additions & 22 deletions README.md

This file was deleted.

49 changes: 49 additions & 0 deletions Submission/200121030.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# Mihir Kumar Singh
## 200121030
----------------------------------
## Table
| Event name | Event Date | Gone Through The Resources 😁|
|-----------------|---------------|-------------------------------|
| OPEN SOURCE | 10/5/21 | Yes |
| COMPETITIVE CODING| 11/5/21 | Yes
| DESIGN | 12/5/21 | No
| GAME DEVELOPMENT | 13/5/21 | Yes
| WEB DEVELOPMENT | 14/5/21 | Yes
| MACHINE LEARNING | 15/5/21 | No
| APP DEVELOPMENT | 16/5/21 | No

---------------------------------------------

## Code
```C++
#include<iostream>
#include<string>
using namespace std;
int main()
{
string name="Mihir Kumar Singh";
int ascii=0;
//getline(cin,name);
for (int i = 0; i < name.size(); i++)
{
if(name[i]!=' ')
{
ascii+=(int )name[i];
}
}
cout<<"ASCII Sum of your name is"<<ascii;
return 0;
}
```
----------------------------------------------
## Logo
![Coding Club](coding_club_logo.png)
---------------------------------------------
## Coding
My Achievements in the field of coding aren't very great. Yet I'll mention all that I've done in this field.
1. Learnt Python in 11-12th in School (got 5 stars in Python on Hacker Rank)
2. Learnt C++ After JEE (Got 5 stars in C++ language on Hacker Rank)
3. Learnt about Git and GitHub 2 days back.
0. Now Learning More about DS and Algo.
7. And C language ( CS 101 ) 😂

File renamed without changes