Answer:
coupons = int(input("Enter the number of coupons you win: "))
candy_bars = int(coupons / 10)
gumballs = coupons % 10
print("Candy bars: " + str(candy_bars) + ", Gumballs: " + str(gumballs))
Explanation:
*The code is in Python.
Ask the user to enter the number of coupons
Calculate the number of candy bars, divide the coupons by 10 and typecst the result to int
Calculate the number of gumballs, use the modulo to find the remainder
Print the values
Sorry is this a question? If it is a question I don’t know the answer
Answer:
The correct option is C: Radio frequency identification tags
Explanation:
Radio frequency identification tags also known as RFID tags involves the use of radio waves to receive, store, and transmit data which are usually stored on a tag that is attached to an object. A tag contains microprocessors and tiny antennas and whether it is in line of sight or not, it can be tracked and information transmitted from it.
Answer: should be A i think because the word “fall” does not require capitalization.
Explanation: