Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a program that prompts for the user to input a word. Then check the word to make sure the first character is an alphabetic

Write a program that prompts for the user to input a word. Then check the word to make sure the first character is an alphabetic letter and capitalized, and it contains atleast 8 characters. If it is not properly written, fix the word bybringingthe alphabetic letter to uppercase if it was lowercase, or replace it withA if its not an alphabetic letter. If the words containsless than 8 characters, adding !s to the endto make it 8 characters long. Use getchar()to read in the input. The user input ends with the userpressing the enter key (a new line character).

Example input/output:

Input: hello

Output: Hello!!!

Input: 3littlepigs

Output: Alittlepigs

we cannot use an array

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

Big Data In Just 7 Chapters

Authors: Prof Marcus Vinicius Pinto

1st Edition

B09NZ7ZX72, 979-8787954036

More Books

Students also viewed these Databases questions

Question

1. Explain how business strategy affects HR strategy.

Answered: 1 week ago