Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a C program that includes the following: 1. (6 points) A function called CheckFacebook, which receives a string as an input, and checks whether

image text in transcribed

Write a C program that includes the following: 1. (6 points) A function called CheckFacebook, which receives a string as an input, and checks whether it is correct Facebook name. Note: For a string to be a correct Facebook name. it should start with a letter, the length is between 10 and 12 letters and doesn't contain any special character. 2. (7 points) The main function, which lets the user input a string and call the function CheckFacebook to check if the string is correct Facebook name or not. If yes the program should print The name is correct, otherwise the program should let the user enter another string until he enters a valid name

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

Microsoft SQL Server 2012 Unleashed

Authors: Ray Rankins, Paul Bertucci

1st Edition

0133408507, 9780133408508

More Books

Students also viewed these Databases questions