PLLZZZZZ HELP I WILL GIVE BRAINLIEST IF ANSWER IS RIGHT
Which line of code will only allow a non-decimal point to be stored in a variable?
A. candyCost = float(input("How much is the candy?"))
B. candyCost = input("How much is the candy?")
C. candyCost = int(input("How much is the candy?"))
D. candyCost = str(input("How much is the candy?"))