Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Programming Exercises: Assignment Section Description - Separate print of letters, numbers, and Question I uestion 2 Question 3 ion 4 Question 5 15 25 /25

image text in transcribed

image text in transcribed

image text in transcribed

Programming Exercises: Assignment Section Description - Separate print of letters, numbers, and Question I uestion 2 Question 3 ion 4 Question 5 15 25 /25 25 Al Function to find the second word in a for usefulness in Arduino 10 1) Write a C program in Code::Blocks that: Prompts a user to enter a string Reads an input string up to 50 characters long from a user entering input on the terminal Prints out to the terminal "You entered: "followed by the full string the user entered. - - -On the next line, print out "Numbers: "followed by all the numbers that were entered by the -On the next line, print out "Letters: "followed by all the letters that were entered by the user -On the next line, print out "Punctuation:"followed by all the punctuation that were entered user in consecutive order. Do not print out any spaces, letters, or punctuation. in consecutive order. Do not print out any spaces, numbers, or punctuation. by the user in consecutive order. Do not print out any spaces, letters, or numbers For an input of "A.3743saa823sd.!32AS2!" the output should be: You entered: A.3743saa823sd.!I3AS2! Numbers: 374382332 Letters: AsaasdAS Punctuation: ..!!?! You should test your program with more than just this input

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

How many Tables Will Base HCMSs typically have? Why?

Answered: 1 week ago

Question

What is the process of normalization?

Answered: 1 week ago