The answer is handouts.
A handout is a pamphlet with information on your presentation you can give to your audience
B. Television. It provided <span>instant communication and information to a massive audience for the first time in 1927.
Hope this helps :)</span>
Answer:
manufacturing
improving
customer care
transportation
human resource management
Explanation:
business communication use technology to improve their services or products as a way of gaining competitive advantage.
Answer: static
Explanation:
In java we have the static keyword to indicate that it can be called without creating an object of the class.
example :
public static void main(String arg[])
So, main can be called without creating an object of the class.