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, 22.06.2019 11:00
The great length of north america causes the climate to be varied. true false
Answers: 2
question
Computers and Technology, 23.06.2019 00:30
Pl i need the answer now ! which one of the following is considered a peripheral? a software b mouse c usb connector d motherboard
Answers: 1
question
Computers and Technology, 23.06.2019 06:00
Which statistical function in a spreadsheet you to see how far each number varies, on average, from the average value of the list?
Answers: 2
question
Computers and Technology, 23.06.2019 14:30
Which of the following would not be considered a pc? a. mainframe b. desktop c. tablet pc d. laptop
Answers: 2
You know the right answer?
// problem 7: ispalindrome (10 points) // return 1 if string s is palindrome. // parse through the...
Questions
question
Advanced Placement (AP), 19.01.2022 14:00