When working with a group of people, how assertive are you? Take
the Assertiveness Assessment Form 9.1 in the textbook on page 229.
Assertiveness:
Choose the best-fit response for each of the four questions in the
assessment. Once you have chosen one response per question, support your
choices with real-world experiences either from the workplace or other
group-related situations.
The paper should be 2–3 pages in length, not including the title and
reference pages. Use the current edition APA format, and citation style.
Assignment Checklist:
Complete the Assertiveness Assessment.
Demonstrate your degree of empathy with the positions provided in the
four questions. Explain.
Describe how you, as a leader, address issues in an assertive,
responsible, and focused manner. Provide examples from your real-life
experiences supporting your response.
Describe where you might be able to improve your assertiveness. Provide
examples from your real-life experiences to support your assertion.
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