Part 1 begins the self-assessment process. Before you start
this first part, let’s do some preliminary brain storming. Think
about a time when you assumed a leadership role. Write down a few
notes about this leadership experience. List 5-7 actions or
behaviors you took as a leader in this situation. What words or
feelings would you use to describe this experience? Now you are
ready to start preparing your report for Part 1. • For your Part 1
report, use your leadership experience above as a basis. Describe
the context of this leadership experience. Describe your role and
actions taken. Using the Kouzes and Posner model, focus on
leadership credibility and shared values. What conclusions might
you draw about your leadership role? Your report should be
approximately 2 pages, using APA style. Submit this report for
grading.
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