Answer:
We need to have binary numbers because that is how computers process data.
Explanation:
Answer:
Please see the full code in explanation
Explanation:
#This is a console program
def bill_calculator():
print("Enter the Total value of the bill:\n")
bill_total = float(input())
print("Enter total number of dinners:\n")
total_dinner = int(input())
bill_per_person = bill_total / total_dinner
result = ("Bill total: {} \n"
"Total dinners: {} \n"
"Bill per person: {} ").format(bill_total,total_dinner, bill_per_person)
print(result)
if __name__ == '__main__':
bill_calculator()
types of computer viruses
1. polymorphic virus
2. worm
3.trojan horse
4.directory virus
5.boot virus
6.directory virus
7. macro virus
8. web scripting virus
9. memory resident virus
10. overwrite virus
11. direct action virus
12. multipartite virus