Question: 1. 2. Design, Develop and implement a menu driven Program in Java for the following Array operations (7 Marks) 2 Creating an Array of N

1. 2. Design, Develop and implement a menu driven Program in Java for the following Array operations (7 Marks) 2 Creating an Array of N Integer Elements b. Print all the even values in the array Method:EVEN) C Print all the odd values in the array Method: ODD Sum & average of elements in the array(Nethod:Sum Average) Find the maximum and minimum element in the array (Method: MAXMIN) f Remove duplicates from the array. Method: RmDuplicacy) 3 Exit Support the program with methods for each of the above operations Design Develop and implement a menu driven Program in Java for the following String operations. (6 Marks) Read a two Strings (STRI & STR2), b. Find length of strings c Copy second string into first string d. Compare the two strings, display suitable messages for string comparison e Convert strings into upper case and display. f Convert strings into lower case and display. 3 Reverse and display the given strings. h. Exit Support the program with methods for each of the above operations Design, Develop and implement a menu driven Program in Java for the following operations on Singly Linked List (SLL) of Employ Data with the fields: CPR, Employ IdName, Department PNA (5 Marks) 2. Create a SLL of N Employee: Data by using front insertion. b. Display the status of SLL and count the number of rodes in it c. Perform Insertion and Deletion at End of SLL d Perform Insertion and Deletion at Front of SLL e Display the content Design, Develop and Implement a Doubly Linked List (DLL) with a single field data (6 Marks) 2. Create a DLL for N Data by using front insertion. b. Perform Insertion and Deletion at End of DLL d Perform Insertion at the third position e Delete the element in the front of SLL f. Perfom Deletion at second position of SLL 2 Display the content. 3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
