- 1 Write A Java Program That Searches A Name In An Array It Should Ask The User To Input A Name If The Name Exists In 1 (14.22 KiB) Viewed 16 times
1. Write a Java program that searches a name in an array. It should ask the user to input a name. If the name exists in
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
1. Write a Java program that searches a name in an array. It should ask the user to input a name. If the name exists in
1. Write a Java program that searches a name in an array. It should ask the user to input a name. If the name exists in the array, print name is the index of the name in the array. Otherwise, print not found. The array is "Salem", "Saleh", "Ahmed", "Turki", "Nasser", "Fahad".