Children are suffering from a hidden epidemic of child abuse and
neglect. Create a 5–10 slide presentation in PowerPoint® that
provides at least three statistical data points that you consider
critical to increase society’s awareness about the serious issues
related to child abuse. One of the data points should be from your
residential state. The others can be national statistics. Include
why knowing this information is important. The statistical data
should come from at least three (3) different, credible sources,
and cannot be more than 3-years-old. The presentation should
include a title slide and reference slide (in addition to the 5–10
slides of content). The data source, including date must be clearly
identified with each statistical data point. Your slides should
have large legible font size and appropriate color use. Consider
including other enhancements such as photos, charts, graphs, etc.
Automatic or timed transitions of slides are not required.
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