Chickenwithcheesego Chickenwithcheesego Computers and Technology Answered PLZ HELP What is the problem with this program? name = "Jenny" name = input("What is your name?") A. the variable name has to begin with a capital letter B. input should be output C. the first line should be omitted because the second line defines the variable D. the variable needs to begin with a number to distinguish it from other variables