subject
Computers and Technology, 01.12.2021 02:40 xxsyd21

From Gaddis - Chapter 10: Characters, C-Strings, and More About the string Class C++ language
Part 1: cstrtester. cpp
Your job is to create a program that verifies anything entered by the user is either a number or a letter. Once any errors have been corrected, the user's input will be output in reverse without spaces.
Steps:
Collect a sentence from the user that is a minimum of 10 characters and up to to 150 characters long, including spaces and punctuation. This action should occur until the limitations have been met.
Evaluate the string to ensure that any characters entered are either an upper case letters, lower case letter, or a number. All other characters should be discarded.
Display the following information to the user after processing is completed:
The number of remaining characters.
The remaining characters on a single line without spaces.
The remaining characters in reverse on a single line without spaces.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 08:00
Two technicians are discussing the common u-joint. technician a says its input and output speeds should be equal. technician b says that it normally has two yokes. which technician is correct?
Answers: 1
question
Computers and Technology, 22.06.2019 11:00
Technician a says that the radiator usually cools better if the front air dam is removed. technician b says that when a condenser has a leak it can be repaired easily with epoxy. who is correct?
Answers: 1
question
Computers and Technology, 23.06.2019 15:30
The processing of data in a computer involves the interplay between its various hardware components.
Answers: 1
question
Computers and Technology, 23.06.2019 21:50
Description: write function lastfirst() that takes one argument—a list of strings of the format "lastname, firstname" —and returns a list consisting of two lists: (a) a list of all the last names (b) a list of all the first names
Answers: 2
You know the right answer?
From Gaddis - Chapter 10: Characters, C-Strings, and More About the string Class C++ language
Questions
question
Chemistry, 21.11.2019 10:31
question
Mathematics, 21.11.2019 10:31
question
Computers and Technology, 21.11.2019 10:31
question
Mathematics, 21.11.2019 10:31
Questions on the website: 13722363