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

added 200123028.md #149

Open
wants to merge 3 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
48 changes: 48 additions & 0 deletions 200123028.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# **KAMMARI PRAVITH CHARY**
## 200123028

...
| Event Name| Event Date|Gone through Resources|
|----|-----|-----|
|OPEN SOURCE|10/5/2021|YES|
|COMPETITIVE CODING|11/5/2021|YES|
|DESIGN|12/5/2021|NO|
|GAME DEVELOPMENT|13/5/2021|NO|
|WEB DEVELOPMENT|14/5/2021|YES|
|MACHINE LEARNING|15/5/2021|YES|
|APP DEVELOPMENT|16/5/2021|YES|
...

_Code for sum of ASCII Values of letters of my full name_

```cpp
#include<bits/stdc++.h>
using namespace std;
int main()
{
string name="KAMMARI PRAVITH CHARY";
int count=0;
for(int i=0;i<name.length();i++)
{
if(s[i]!=' ')
{
count+=(int)s[i];
}
}
cout<<count<<'\n';
return 0;
}
```
...

**Image**

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

...

>_**Interests**_

1. **Open Sources**: I am completely new programming--learning C-Language through CS101 course. But parallel to it, I even wanna learn other languages in a smooth and clear way. I wanna explore many things in coding club and share my knowledge with others and learn many things from them. Contributing to an idea or a project that solves the problems of the real world motivates me for sure.

2. ****
48 changes: 48 additions & 0 deletions Submission/200123028.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# **KAMMARI PRAVITH CHARY**
## 200123028

...
| Event Name| Event Date|Gone through Resources|
|----|-----|-----|
|OPEN SOURCE|10/5/2021|YES|
|COMPETITIVE CODING|11/5/2021|YES|
|DESIGN|12/5/2021|NO|
|GAME DEVELOPMENT|13/5/2021|NO|
|WEB DEVELOPMENT|14/5/2021|YES|
|MACHINE LEARNING|15/5/2021|YES|
|APP DEVELOPMENT|16/5/2021|YES|
...

_Code for sum of ASCII Values of letters of my full name_

```cpp
#include<bits/stdc++.h>
using namespace std;
int main()
{
string name="KAMMARI PRAVITH CHARY";
int count=0;
for(int i=0;i<name.length();i++)
{
if(s[i]!=' ')
{
count+=(int)s[i];
}
}
cout<<count<<'\n';
return 0;
}
```
...

**Image**

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

...

>_**Interests**_

1. **Open Sources**: I am completely new programming--learning C-Language through CS101 course. But parallel to it, I even wanna learn other languages in a smooth and clear way. I wanna explore many things in coding club and share my knowledge with others and learn many things from them. Contributing to an idea or a project that solves the problems of the real world motivates me for sure.

2. ****