The external environment can greatly affect your marketing efforts.
Typically the external factors considered are the Threats and
Opportunities. In your Learning Activity this week, you addressed the
SWOT Analysis. This type of analysis considers both the internal and
external factors affecting the marketing effort.
Another type of analysis examines the external environment more
specifically, the PEST analysis.
Fill in the PEST table ( Political, Economic, Social, and Technology)
after doing some research for your chosen company to include some
aspects of the external environment which will affect your marketing
plan.
Then discuss with classmates (you do not have to share your actual
completed table) the external environment factors (threats and
opportunities) that will impact your company product or service the most
and why.
Checklist:
Do research on each of the PEST components.
Fill in the table Threats and Opportunities columns.
Discuss which threats and opportunities will affect your business the
most and why.
Address each of the 4 major PEST components in the left hand column in
your response.
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