Purpose of Assignment This assignment provides students with
practice in understanding how to develop a hypothesis and interpret
its findings. Students will learn to implement the use of these
statistical measures for better business decision-making.
Assignment Steps Resources: Week 4 Videos; Week 4 Readings;
Statistics Lab Tutorial help on Excel® and Word functions can be
found on the Microsoft® Office website. There are also additional
tutorials via the web offering support for Office products. Use the
same business problem/opportunity and research variable you wrote
about in Week 3. Note: Do not actually collect any data; think
hypothetically. Develop a 1,050-word report in which you: Identify
which types of descriptive statistics might be best for summarizing
the data, if you were to collect a sample. Analyze which types of
inferential statistics might be best for analyzing the data, if you
were to collect a sample. Analyze the role probability or trend
analysis might play in helping address the business problem.
Analyze the role linear regression for trend analysis might play in
helping address the business problem. Analyze the role a time
series might play in helping address the business problem. Format
your assignment consistent with APA guidelines.
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