Answer:
1)finding balance between wok and familygood and effective communication;
2)being able to sell both themselves and their idea or product; strong focus; eagerness to learn and be flexible; and a solid business plan.
5)What Is the Risk/Reward Ratio? The risk/reward ratio marks the prospective reward an investor can earn for every dollar they risk on an investment. Many investors use risk/reward ratios to compare the expected returns of an investment with the amount of risk they must undertake to earn these returns.
Explanation:
thats all i could figure out sorry
Explanation:
Vodacom, it's one of the most popular everywhere
Answer:
Explanation:
The following is written in Python and does exactly as described. It creates a dictionary called menu and adds both the keys and their corresponding price values. Then it creates a variable named cookie_price and gives it the value that is returned from using the key "cookies" in the menu dictionary. Finally, it prints out cookie_price
menu = {"ice cream": 4.95, "cookies": 2, "candy": 1}
cookie_price = menu.get("cookies")
print(cookie_price)