Answer:
Brahmins, Kshatriyas, Vaishya and Shudras
Answer:
the temperature of the sample must change
Explanation:
Answer:
language and interpersonal communication, basically it would make someone antisocial.
Answer:
investmentAmount = float(input("enter the investment amount: "))
annualInterestRate = float(input("enter the Annual Interest Rate: "))
numYears = int(input("Enter NUmber of Years: "))
monthlyInterestRate = annualInterestRate/12
futureInvestmentValue = investmentAmount * (1 + monthlyInterestRate)*(numYears*12)
print("The Future Investment Value is: ")
print(futureInvestmentValue)
Explanation:
Using python programming language as required, we use the input function to prompt user for inputs for each of the variables.
There is a conversion from the variable annualInterestRate to monthlyInterestRate before the formula for the futureInvestmentValue is applied
Answer:
The answer is "assessment"
Explanation:
In the given question some information is missing, that is options that can be described as follows:
a) containment strategy.
b) assessment.
c) incident response.
d) disaster assessment.
Assessment also known as community risk, which is used for evaluations. It played a crucial role in the reaction and recovery after a dangerous incident in any organization.
- In this process, the Information of the degree and the position, which is lost are included in the collected information by the Accident investigation Taskforce.
- This data is analyzed to evaluate the needs of members and the entire community, and other choices are wrong that can be described as follows:
- In option a, It is a part of world war II, that's why it is wrong.
- In option c, It is a method that is sort major incident, that's why it is wrong.
- In option d, It uses cost control and risk avoidance, that's why it is wrong.