- 1 Create An Array Of Size 10 Add The Following Names To The Array In This Order Cesar Jason Enrique Francisco Ger 1 (30.74 KiB) Viewed 46 times
1. Create an array of size 10, add the following names to the array in this order: Cesar, Jason, Enrique, Francisco, Ger
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
1. Create an array of size 10, add the following names to the array in this order: Cesar, Jason, Enrique, Francisco, Ger
1. Create an array of size 10, add the following names to the array in this order: Cesar, Jason, Enrique, Francisco, Gerardo, Daniel, Benjamin, Angelica, Ivan, Henry. 2. Using the sorting techniques learned in the lesson output the list of names in alphabetical order. 3. Next, implement a search option, prompt the user, "Who are you looking for?" and output whether the person they are looking for has been found our not (use the search technique covered in lecture for searching through an array)