Individually, write a paper on the impact of plastic pollutants in our Oceans. Describe the Great Pacific Garbage Patch. Please answer the following questions in detail: 1- Where is it located? 2- Why does it exist? 3- What is the impact of plastic pollutants on our environment? 4- What is being done about it? 5- What is our campus doing about plastic products? 6- Describe a technology that can be used to help in the cleanup. As an aspiring engineer/technologist, what solution would you propose? • The paper must be at least 4 pages in length with a minimum of 1,000 words. • Use Times Roman font (12 point) with 1½ inch line spacing. One inch margins. • One paper per student must be submitted via Canvas (Lab Canvas Page) by Friday, December 11th. Late papers will not be accepted. • The paper is worth 5% of your grade and will be graded based on subject content, how well questions are answered and incorporated, grammar, clarity and conciseness of writing, and creativity.
1.Starting with this provided code, add the following functionality: Replace hardcoded strings “Zero”, “One”, “Two”, “Three” in the ArrayList based on user typed input (use Scanner or JOptionPane classes). The user will be prompted for the String to be stored in the ArrayList and then hit enter. The user will be able to continue to add items to the ArrayList until they just hit enter without typing anything. Once the user does this (hits enter without typing anything), the program will display all of the elements of the ArrayList, both the index and String values, in a table. It will do this via a single loop making use of an iterator method. 2. Starting with this provided code, add the following functionality: Use a Try/Catch block so that the exception is caught and the program exits a bit more gracefully. Save this file as TryCatch.java. (Be sure to rename the Public Class accordingly.) Starting with the provided code again (without the Try/Catch block), fix the code so that ...
Comments
Post a Comment