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: Description on my intersts in field of coding: 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. Web Development Planning to learn. App Development Planning to learn. Open Source Learnt a lot in this task, planning to continue as it is fascinating.