E-mail B is the more appropriate workplace e-mail because it’s straightforward, polite, and professional. E-mail A was more accusatory and aggressive, and many people don’t like when they’re being yelled at or accused of something and, as a result, this person may start to dislike that coworker. However, the second e-mail was more polite and made the receiver think of them as a respectful person so that they’re happy to help them out.
False
Not all IT services are equally critical. In an increasingly
digital world whereby cyber threats are a big threat, it is vital to prioritize
the critical assets in order to achieve digital resilience. This involves
building tighter defenses in systems that are critical.
Answer:
bill = float(input("Enter the bill amount: "))
rating = int(input("Choose a rating: 1 = Totally satisfied, 2 = Satisfied, 3 = Dissatisfied.: "))
if rating is 1:
tip = bill * 0.2
elif rating is 2:
tip = bill * 0.15
elif rating is 3:
tip = bill * 0.1
print("The rating is: " + str(rating))
print("The tip is: $%.2f" % (tip))
Explanation:
*The code is in Python
- Ask the user for the <em>bill</em> and <em>rating</em>
- Depending on the <em>rating</em>, calculate the <em>tip</em> using <u>if else</u> statement i.e. If the rating is chosen as 1, calculate the tip by taking 20 percent of the bill.
- Print the <em>rating</em> and the <em>tip</em>
The problem that you think could be addressed by using video games is financial management skills.
<h3>What problem does gaming handles?</h3>
A lot of Scientific research have seen that video games improve people's creativity and also their skill in terms of problem-solving skills.
Note that it can also help to improve financial management skills and also make people to have stable jobs and good source of income.
Learn more about video games from
brainly.com/question/8870121
Answer:
B
Explanation:
i’m an information technology student and as I remember we used this name