Question: Array Assignment: Write a java program using Arrays that will take input for 5 students and display the output as five rows one for each
-
Array Assignment:
Write a java program using "Arrays" that will take input for 5 students and display the output as five rows one for each student with Student Name, Marks and Class Code using a for loop.
Student Name as strings array
Marks as integer array
and Class Code as character array. Possible values being "In Person" and "Distance Learning"
Single Linked List Assignment:
Write a Java program to implement a Single Linked List that will take inputs from a user as Student Names.
First add Brian and Larry to the newly created linked list and print output
Add "Kathy" to index 1 of the linked list and print output
Now add "Chris" to the start of the list and "Briana" to the end of the list using built in Java functions.
Print the output of the linked list.
Assignment Deliverables:
1. Source Code of both the programs
2. Successful program compilation
3. Successful program execution with input and output snapshots
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
