Question: To solve this problem, you must develop the showDronesCommunity function, which takes the following input parameters: drone fleet (array), the number of drones that make



To solve this problem, you must develop the showDronesCommunity function, which takes the following input parameters: drone fleet (array), the number of drones that make up the fleet, and the communities array (exercise 3 of lab session 9). This function must: Ask the user to enter the name of an Autonomous Community Find the position of that community occupies in the communities array, Display all the drones that can operate in the given Community. Remember that to compare the name of the Autonomous Community entered by your user to the names in the vector, you can use the strcmp string compare) function To solve this problem, you must develop the showDronesCommunity function, which takes the following input parameters: drone fleet (array), the number of drones that make up the fleet, and the communities array (exercise 3 of lab session 9). This function must: Ask the user to enter the name of an Autonomous Community Find the position of that community occupies in the communities array, Display all the drones that can operate in the given Community. Remember that to compare the name of the Autonomous Community entered by your user to the names in the vector, you can use the strcmp string compare) function
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
