Back in your elementary days you may have seen posters which say that if each letter of the alphabet had an ordinal number value (A = 1, B = 2, C = 3, and so on), then their words can be the sum of those letters which hold the formula for success. LUCK can only get you 47% while MONEY only gets you to 72%. KNOWLEDGE gets you to 96%, LEADERSHIP to 97%, and HARDWORK to 98%. But they say the greatest formula for success is ATTITUDE which gets you to 100%. Create a program that takes in a word and checks each letter to build up a sum similar to the one mentioned above. Input Format The only line of input will contain a string s which is the word to be checked letter by letter. The input will always be entered in uppercase letters Output Format The only line of output will be the sum of the word entered. Sample input / output LEADERSHIP 97

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

Programming Language: C++

Provide some explanation about the code and the loop pls.

Back in your elementary days you may have seen posters which say that if each letter of the alphabet had an ordinal
number value (A = 1, B = 2, C = 3, and so on), then their words can be the sum of those letters which hold the
formula for success. LUCK can only get you 47% while MONEY only gets you to 72%. KNOWLEDGE gets you to 96%,
LEADERSHIP to 97%, and HARDWORK to 98%. But they say the greatest formula for success is ATTITUDE which gets
you to 100%. Create a program that takes in a word and checks each letter to build up a sum similar to the one
mentioned above.
Input Format
The only line of input will contain a string s which is the word to be checked letter by letter. The input will always be
entered in uppercase letters
Output Format
The only line of output will be the sum of the word entered.
Sample input / output
LEADERSHIP
97
Transcribed Image Text:Back in your elementary days you may have seen posters which say that if each letter of the alphabet had an ordinal number value (A = 1, B = 2, C = 3, and so on), then their words can be the sum of those letters which hold the formula for success. LUCK can only get you 47% while MONEY only gets you to 72%. KNOWLEDGE gets you to 96%, LEADERSHIP to 97%, and HARDWORK to 98%. But they say the greatest formula for success is ATTITUDE which gets you to 100%. Create a program that takes in a word and checks each letter to build up a sum similar to the one mentioned above. Input Format The only line of input will contain a string s which is the word to be checked letter by letter. The input will always be entered in uppercase letters Output Format The only line of output will be the sum of the word entered. Sample input / output LEADERSHIP 97
Expert Solution
steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Knowledge Booster
Developing computer interface
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education