- Create an array, which is holding ‘n’ strings (words), , and implement the functionality to search given string is present in the array. Give an option to the user to enter the word to be searched
- Create a static array of ‘n’ numbers , and implement the functionality to search given number is present in the array. Give an option to the user to enter the number to be searched
- Implement the functionality to search given word is present with in the predefined sentence. Give an option to the user to enter the word to be searched
↧
Please give the complete code for the below problems with action page and Form.
↧