You could Factory Reset a computer or you could smash it with a hammer
Answer:
a=input("Amount in pennies")
b=int(a)
dollars=0
dimes= 0
quarters=0
nickels=0
pennies = 0
dollars = int(b/100)
b= b- dollars *100
quarters=int(b/25)
b=b-quarters*25
dimes = int(b/10)
b = b -dimes*10
nickels=int(b/5)
b=b - nickels * 5
pennies = b
print(dollars)
print(dimes)
print(nickels)
print(pennies)
Explanation:
The required program is in answer section. Note, the amount is entered in pennies.
The answer you are looking for would be A. Hardware can be an external tool, where as software is an internal tool. Hope this helped!
Answer:
spirit of cooperation, collective responsibility
Explanation:
i had that question before
Answer:
B
Explanation:
Hope this helps! Have a great day