Question: by java programing Create a project named Vowels. Use this project to write and run a Java program that performs the following: o Define a
Create a project named "Vowels". Use this project to write and run a Java program that performs the following: o Define a 10 array of characters (string) with a size of 50. Name this array model o Read the model string o Define the following function and call it in the main program: replaceVowels, a function that receives the string as a parameter. The same function replaces all vowel letters with $ character o in the main program print array after the replacing is done -> Organize the output to appear as shown in the sample output below -> [Hint: vowel letters are: a, e, i, o, u Sample Output input car model: hyundai After replacing: hy$nd$$
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
