Question: c# using printf and scanf Exercise 2- Languages Array Exercise Objectives Declaring and initializing 1-D character array Understanding characters ASCII Code Passing an array to

 c# using printf and scanf Exercise 2- Languages Array Exercise Objectives
c# using printf and scanf

Exercise 2- Languages Array Exercise Objectives Declaring and initializing 1-D character array Understanding characters ASCII Code Passing an array to a function. Problem Description o Creates a 1-D character array named name of size 11. o Asks the user to input his/her name and stores it in the created array" Note the name without any space". o Passes name array to a function named countChars, which finds and returns the number of characters in the name (Don't use any sting function). Prints the name's characters (stored in the array) on multiple lines and shows, next to each character, whether the character is an uppercase character or not. Sample Output Input your Name: Ahmad Ahmad contains 5 characters: O h M M Uppercase Lowercase Uppercase Lowercase Lowercase a d

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!