Unit 9: PowerPoint Assignment: Transnational Crime \r\nExplore a culture that has been linked to criminal behavior. At one time or another all cultures have had some link to criminal behavior, whether that’s organized crime, drug trafficking, terrorism, or civil disobedience. In a 12 – 15 PowerPoint slide presentation (excluding title and reference slides) complete the following: \r\n Identify one culture or ethnicity that has ties to transnational crime, and describe its links to criminal behavior. Evaluate its role in transnational crimes. Analyze and explain how this culture or ethnicity has had an impact on systems of justice. \r\nBe sure to discuss the role that socialization and religion play in shaping the beliefs of this culture. Provide examples determining why these beliefs are formed, and how culture and religion shaped these beliefs. There should be a in-text citation in at least 4 slides or speaker notes and speaker notes for every slide except the title and reference slide.
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