Coder Social home page Coder Social logo

opensoc_task1's Introduction

Keerti Lata

200103062

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

Program which gives SUM of ASCII values of MY NAME

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

int main()
{
	int ASCII_Sum = 0;
	string str;
	
	cout << " Enter your Name =  ";
	getline(cin, str);
	
	for(int i = 0; i < str.size(); i++)
	{
		cout << "\nThe ASCII Value of "<< str[i] << " = " << (int)str[i];
		ASCII_Sum += str[i];
	}
	
	cout << "\nThe Sum of ASCII Value in "<< str << " = " << ASCII_Sum;
		
 	return 0;
}

Coding Club Logo

I see Coding as a way for me to change my imagination into reality and trust me it is fun. I am really interested in Web Developement, App developement,Competitive coding and Machine learning and I want to master these skills.

opensoc_task1's People

Contributors

mikrokosmos2109 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.