Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

*** C code please not C++*** 1) Write a C program in Code::Blocks that: Prompts a user to enter a string Reads an input string

image text in transcribed

***C code please not C++***

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 user in consecutive order. Do not print out any spaces, letters, or punctuation On the next line, print out "Letters: "followed by all the letters that were entered by the user in consecutive order. Do not print out any spaces, numbers, or punctuation. On the next line, print out "Punctuation: "followed by all the punctuation that were entered by the user in consecutive order. Do not print out any spaces, letters, or numbers. For an input of".3743saa823sd.!!32AS2!" the output should be: You entered: A.3743saa823sd.!!3?AS2! 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

Recommended Textbook for

Expert Oracle Database Architecture

Authors: Thomas Kyte, Darl Kuhn

3rd Edition

1430262990, 9781430262992

More Books

Students also viewed these Databases questions

Question

=+Adapt the three-step writing process to reports and proposals

Answered: 1 week ago