Skip to content

sweeya2/200101079

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

Sweeya Reddy

200101079

Table of schedule of coding week:

Events name Event date Gone through the 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 NO
MACHINE LEARNING 15/5/2021 NO
APP DEVELOPMENT 16/5/2021 NO

Program to find sum of ASCII values of my name:

#include <iostream>
#include <string>
using namespace std;

int main() {
	char a;
	int x=0;
	string st ="SweeyaReddy" ;
	for (int i=0; i < st.length() ; i++){
			a = st[i];
			x+= int(a);
	}
    cout << x ;

	return 0;
}

Coding Club LOGO:

alt text

Description on my intersts in field of coding:

  1. Competitive Programming
    • It's very interesting to compete with time. I have solved around 70 problems in codeforces so I'm looking forward to continue this.
  2. Web Development
    • Planning to learn.
  3. App Development
    • Planning to learn.
  4. Open Source
    • Learnt a lot in this task, planning to continue as it is fascinating.

About

coding club open source task

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published