Question: Question: Question 5: (25 marks) Implement a Java program to find the ... Question 5: (25 marks) Implement a Java program to find the
Question: Question 5: (25 marks) Implement a Java program to find the ... Question 5: (25 marks) Implement a Java program to find the longest programming language name in a set of programming language with the following specifications: a. Write a Java method named longestProgLangName () that takes as an argument a 2D array called ProgLang and returns the longest language name in the 2D array ProgLang. b. Write a Java class called ProgLang2DArray that does the following tasks in the main () method: o Declares a 2D array variable named lang2D with name arr2D with 4 rows and 4 columns. o Reads from the user the values to be saved in the 2D array lang2D. o Call the method longestProglangName () to find the longest language name in the array lang2D. o Find the location (row number and column number) of the longest language name in the array lang2D. o Print the longest language name in the array lang2D and it location. Sample Run: Enter a 2D array with 4 rows and 4 columns with programming languages names: Java Pascal C Ruby Ring Ada Swift Kotlin Assembly FORTRAN The longest language name is Objective-C and found in row 2 and column 3. C# Perl PHP JavaScript Objective-C BASIC
Step by Step Solution
3.32 Rating (155 Votes )
There are 3 Steps involved in it
To implement the Java program as specified youll need to write both a method to find the longest pro... View full answer
Get step-by-step solutions from verified subject matter experts
