Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Lab 12 Palindrome Program CSCI 111 Programming and Algorithms 1 Due Sunday February 21, 11:59pm on turnin 10 Points NEW CONCEPTS: Successful completion of this

image text in transcribed
Lab 12 Palindrome Program CSCI 111 Programming and Algorithms 1 Due Sunday February 21, 11:59pm on turnin 10 Points NEW CONCEPTS: Successful completion of this tab incorporates the following new concepts. .include string word: Int wordlen; wordlen-word.size(): Task list: 1. Create a source code file named lub12.cpp, 2. Start by prompting the user for a word and saving it into a variable of type string 3. Determine if the word is a palindrome. Start by checking the first and last letter of the word and work your way towards the center of the word. The program should accept both, odd and even number of letters per word 4. The script should display whether the word is a palindrome or not. 5. Refer to the expected output listing below. 6. Submit your lab12.cpp file on http://tumin costosuchico.edu/ and get a successful message. GRADING To achieve a maximum scorc, students will need to clearly prove that they completed the goal. Points lost for incompleteness, sloppiness, lateness, or failure to follow instructions. Refer to syllabus for late policy, SAMPLE OUTPUT /user/tacuity/jraigoza/CSC1111/abs/1ab12 $ ./labla Please enter a word htrinh The length of the word is 5. Checking element with element 4. Checking element 1 with element 3. TO It is palindrome user/facultyraigoza/CCT111/abs/lab12 $ ./lab12 Plean antar word. hannah The length of the word in 6. Checking out with element 5. Cheeking alreant 1 with element 4. Checking aleant 2 with element 3. TEST it in palindrome O

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

=+j Describe the various support services delivered by IHR.

Answered: 1 week ago