To keep the medical records confidential otherwise, hackers would take advantage of them and sell them to the highest bidder
C.) Payroll records. These are the most extensive and data-intensive.
# Written in python
a = int(input("Enter an integer: "))
b = int(input("Enter an integer: "))
sum = a + b
# subtract the smaller number from the bigger
if a < b:
dif = a - b
else:
dif = b - a
prod = a * b
print("The sum is", sum)
print("The dif is", dif)
print("The product is", prod)
The monitor would definitely be the problem in this scenario.
No it's actually the opposite. so False.