what happens when a user enter a value of 5
Answers
Answered by
0
Answer:
The code for the program below will allow the user to enter a word and store it in a variable called word. It will then use the print() function to output the word that they entered.
word = input("Please enter a word ")
print("You entered the word " + word)
Answered by
0
Answer:
coding occurs in java when enter the value 5
Similar questions