For a number to be palindrome, the reverse of the number and the original number must be the same.
<h3>The main program</h3>
The program written in Python, where comments are used to explain each line is as follows:
#This gets input for the number
num = input()
#This reverses the number
numrev = num[::-1]
#If the reverse and the original number is the same
if num == numrev:
#This prints Palindrome
print("Palindrome")
else:
#Otherwise, it prints Not palindrome
print("Not palindrome")
Read more about Python programs at:
brainly.com/question/26497128
Answer:
"The British" are people statically from Great Britain in the UK.
I'm not sure why you would need to. An unresponsive program should not effect the integrity of the system to require a reboot.
If an unresponsive program is being particular persistent and won't exit, CTRL + ALT + DEL then Task Manager, and clicking on the program in the "Processes" tab and clicking "End Task" is a reliable way to get rid of it.
Answer:
Your answer is D. multimedia software
Explanation: