Find one public site within your own State/county and you can
carry this data over to the Unit 8 assignment. Go to the public
link chosen and choose a health issue (i.e. Children with Special
Health Care Needs). Review the data and evaluate it. Report your
findings in a thorough, well-organized manner. For example, if you
live in Los Angeles county, California, this link is an option for
you - http://www.publichealth.lacounty.gov/ha/HA_ALPHA_REPORTS.htm
Ask yourself these questions as you gather your data: What can you
assume from this health assessment? Take into consideration the
population demographics used in Unit 4. What information contained
in the report could help you in planning interventions in community
health? What information could be used in public policy planning?
Format your paper consistent with APA 6th guidelines. Be sure to
list your sources of information at the end of your assignment. You
should have at least 3 sources.
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