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

Principles of Information Systems (MindTap Course List)
12th Edition
ISBN:9781285867168
Author:Ralph Stair, George Reynolds
Publisher:Ralph Stair, George Reynolds
Chapter4: Software: Systems And Application Software
Section4.7: Ethical & Societal Issues: Digital Software Systems May Improve Nuclear Power Plant Safety
Problem 2CTQ
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
Principles of Information Systems (MindTap Course…
Principles of Information Systems (MindTap Course…
Computer Science
ISBN:
9781285867168
Author:
Ralph Stair, George Reynolds
Publisher:
Cengage Learning