subject
Computers and Technology, 07.10.2019 22:00 P4thing

// problem 7: ispalindrome (10 points) // return 1 if string s is palindrome. // parse through the string to check if 1st char==last char, 2nd char == (last-1) char, and so on.. // return 1 if string is palindrome. return 0 if string is not palindrome. // a palindrome is a sequence of characters which when reversed, is the same sequence of characters. // palindrome string examples: rotor, noon, madam // note: you may use reverseonestring() here but it is not necessary to use it.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 03:00
What are the different parts of computer
Answers: 2
question
Computers and Technology, 23.06.2019 08:00
Match the items with their respective descriptions.
Answers: 1
question
Computers and Technology, 23.06.2019 18:50
What is transmission control protocol/internet protocol (tcp/ip)? software that prevents direct communication between a sending and receiving computer and is used to monitor packets for security reasons a standard that specifies the format of data as well as the rules to be followed during transmission a simple network protocol that allows the transfer of files between two computers on the internet a standard internet protocol that provides the technical foundation for the public internet as well as for large numbers of private networks
Answers: 2
question
Computers and Technology, 24.06.2019 01:30
Hazel has just finished adding pictures to her holiday newsletter. she decides to crop an image. what is cropping an image?
Answers: 1
You know the right answer?
// problem 7: ispalindrome (10 points) // return 1 if string s is palindrome. // parse through the...
Questions
question
Mathematics, 31.08.2019 22:50
Questions on the website: 13722363