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 at least 8 characters. If it is not properly written, fix the word by bringing the alphabetic letter to uppercase if it was lowercase, or replace it with A if its not an alphabetic letter. If the words contains less than 8 characters, adding !s to the end to make it 8 characters long. Name your program word.c. Use getchar() to read in the input. The user input ends with the user pressing the enter key (a new line character). Example input/output: Input: hello Output: Hello!!! Input: 3littlepigs Output: Alittlepigs

Could this be done without using arrays? Because we haven't learned about arrays yet.

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

Write down the Limitation of Beer - Lamberts law?

Answered: 1 week ago

Question

Discuss the Hawthorne experiments in detail

Answered: 1 week ago

Question

Explain the characteristics of a good system of control

Answered: 1 week ago

Question

State the importance of control

Answered: 1 week ago

Question

How can the Internet be helpful in a job search? (Objective 2)

Answered: 1 week ago