Someone Help Complete Assigning Using Would Much Appreciative Assignment Overview Assignme Q43895581
can someone help me complete this assigning using the below?would be much appreciative
Assignment Overview
For this assignment, make sure you have Eclipse properlydownloaded to your computer and that you are able to use it towrite Java programs.
If you have not yet installed Eclipse on your computer, pleasefollow the instructions below:
- Downloading Eclipse for Writing Java Programs
This is a general discussion on how to download Eclipse to writeJava programs. More specific instructions will be found on theBackground page.
- Instructions for How to Install Java Development Kit (JDK)8
This is the instruction for downloading Eclipse to PC and Applecomputers. More specific instructions will be found in the RequiredReading section.
Note: Use the above link to download and install the latestversion of JDK. After installing JDK, read the instructionscarefully to set the “classpath” mentioned in Step 3.
Case Assignment
In this assignment, you are required to write a Java applicationthat accomplishes the following tasks:
- Prompts users to enter the number of students and their namesin this course, for example:
Number of students in this class:
Their names are:
Names of the students who dropped this class:
Hint: there are different data structures you can use in thisprogram. One of the options is to use ArrayList introduced inBackground materials. By the way, the sample program below does notaccept user input; you can also enhance the program by usingScanner class which was introduced in CSC212, or go to Java UserInput to refresh your memory.
ArrayList
Data structures & algorithms: ArrayList. (2014). Wendy Wang,Trident University.
Data structure: ArrayList. (2014). Wendy Wang, TridentUniversity.
ArrayList video demo. The program in this video can be found atthis link: learnArrayList_add_remove.
Assignment Expectations
- The program should be able to accept user input.
- Submit a word document which includes both the source code andthe screenshots program result.
Expert Answer
Answer to can someone help me complete this assigning using the below? would be much appreciative Assignment Overview For this ass…
OR