From 9dc0898c3b87398f4e548a8fed2706f5970fa1cd Mon Sep 17 00:00:00 2001 From: Gayathri-Elan <84064989+Gayathri-Elan@users.noreply.github.com> Date: Wed, 12 May 2021 15:44:14 +0530 Subject: [PATCH] Create 200102032.md --- 200102032.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 200102032.md diff --git a/200102032.md b/200102032.md new file mode 100644 index 0000000..d701948 --- /dev/null +++ b/200102032.md @@ -0,0 +1,40 @@ +# Gayathri E +## Roll No: 200102032 + +## Schedule of Coding Week: +Event Name | Event date | Gone through the resources +-----------------|-----------------|-------------------------------------- +Open Source|10/05/2021|YES +Competitive Coding|11/05/2021|YES +Design|12/05/2021|NO +Game Development|13/05/2021|NO +Web Development|14/05/2021|NO +Machine Learning|15/05/2021|NO +App Development|16/05/2021|NO + +## Code: +~~~ +#include +#include +using namespace std; +int main() +{ int a=0,i; + string name="Gayathri E"; + for(i=0;name[i]!='\0';i++) + { if(a[i]!=' ') + a+=name[i]; + } + cout<<"The sum of the ASCII values of the characters in my full name is"<