# 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)
Worddesign allows you to add formatting such as shapes and colours to text
Answer:
Video files are not MP3s, but some MP3 players can also play video files
Explanation:
Video files are not related to MP3s, that is MP4
answer: C
explanation: because it's the biggest of the given platforms