C-17-Q097mediumsingle_mcq
The variable that holds the input word is named:
The variable that holds the input word is named:
- a
word - b
var - c
text - d
s
ব্যাখ্যা
The textbook program stores the entered word in a variable named word, which clearly describes its contents. This variable is then printed inside the loop.