The answer is A
It can't be B because downloading programs from unknown sources can raise chance of a virus causing technical problems.
It can't be C because avoiding disk cleanup tools could cause the computer to become slow resulting in technical problems.
It can't be D because saving work has nothing to do with technical problems but it does have something to do with losing important information.
Well it depends if your thinking! I know many reasons why people should get married but I also know many reasons why people shouldn’t get married!
For an example if you are a man and you don’t want to get married, well I think it’s 50% wrong and another 50% right cause if you want to enjoy life and not be stuck with the same wife you wouldn’t get married, but now think of having a family when you get married you receive a blessing, cause you will have son , daughters and a wife who will support you all the time!
Answer:
def main():
principal = float(input("Enter the amount of principal amount to be deposited: "))
rate = float(input("Enter annual interest rate paid by the account: "))
num = int(input("Enter the number of times per year that the interest is compunded: "))
years = float(input("Enter the number of years the account will be left to earn interest: "))
amount = principal*(1+(rate*.01)/num)**(num*years)
print("The amount of money will be in the account after ", years, "years:", round(amount,2))
main()
Explanation:
- Calculating the balance of the account after a specified number of years with the help of the formula:
- amount = principal*(1+(rate*.01)/num)**(num*years)
Answer:
Cause they are trying to be annoying
Explanation:
Something is wrong with them :)
Override only
Reason because the same method speak is in the parent and child class