Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

please answer this question: C programming language (C99 standard) that prompts the passport applicant for their first name, last name, and age. These functions are

please answer this question:

C programming language (C99 standard) that prompts the passport applicant for their first name, last name, and age. These functions are also responsible for checking the validity of the applicant's name and age (e.g., names should be greater than one character in length and only contains English ASCII letters from A-Z or a-z, and the age of the applicant should be greater than 16 years old). Before you start the assignment, please make sure you know the followings:

How to make Hello-World program in C programing language.

How to use printf to output characters, array of characters and strings, integer and floating-point numbers.

How to use variables such as char, float, and array of characters.

How to use scanf to read variables such as char, and float, and array of characters

How to use conditional if-else statements in C programing language.

function or procedure in C that return some values

Please make sure you use the following procedures:

getFirstNameFromApplicant

getLastNameFromApplicant

getAgeFromApplicant

checkName

checkAge

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

Financial management theory and practice

Authors: Eugene F. Brigham and Michael C. Ehrhardt

12th Edition

978-0030243998, 30243998, 324422695, 978-0324422696

Students also viewed these Programming questions

Question

4. Which alternative do you think she should choose?

Answered: 1 week ago