Page 1 of 1

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

Posted: Fri May 20, 2022 4:35 pm
by answerhappygod
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
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 18 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 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".