Answer:
string = input()
normal = ""
reverse = ""
for i in range(len(string)):
if string[i].isalpha():
normal += string[i].lower()
reverse = string[i].lower() + reverse
if normal == reverse:
print(string + " is a palindrome")
else:
print(string + " is not a palindrome")
Explanation:
- Loop up to the length of string.
- Use an if statement to check if a certain character is an alphabet.
- Check if both the normal and reverse strings are equal, then display that it is a palindrome.
Do kknthbtg euk dyr u vex m(ya we p ugh
Ute I’ll R we
Mmm
Wireless technology is the method used to communicate and transfer data without wires and cables. John will use Narrowband IoT to provide cellular services.
<h3>What is Narrowband IoT?</h3>
<em>Narrowband Internet of things</em> is a Low power WAN technology developed for cellular services, and devices are used to balance power consumption and spectrum efficiency in providing coverage.
Narrowband IoT gives increased coverage, has long battery life and is not expensive as other networking systems, and has low power wide region networking.
Therefore, John should use Narrowband IoT.
Learn more about wireless technology here:
brainly.com/question/14618006
#SPJ1
Answer:
Answer has been attached to this response as a source code file saved as "PigLatinWord.java"
Explanation:
Explanation has been added to the source code in the form of comments. Please go through the comments in the code.
Hope this helps!