Question: This is in visual studio 2022 c++ programming 1. Write a function that asks the user to enter a single word greater than 3 characters

This is in visual studio 2022 c++ programming
This is in visual studio 2022 c++ programming 1. Write a function

1. Write a function that asks the user to enter a single word greater than 3 characters and less than 25 characters (no spaces, so you only need to account for single variable 2. Write a function that takes in a single character array as a parameter and prints each character from the array on one line. 3. 3 parts I. Write a function that takes a single character array as a parameter and converts each character into its decimal equivalent, save each converted character into a new integer array at the same index of the character read. II. Print the integer array to the screen with each element on a new line. III. Calculate the average of the integer array and print to the screen with a message letting the user know it is an average. 4. 3 parts I. Write a function that takes asks the user to enter 5 numbers randomly. II. Store each value in an integer array. III. Sort the array in ascending order and print to the screen

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!