Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Instructions You will be given an integer n that represents the number of words to follow. You are to check if the sequence of words

Instructions

You will be given an integer n that represents the number of words to follow. You are to check if the sequence of words are the same forward as backwards.

Details

Input

Input has been handled for you:

  • an integer, n, representing the numebr of words to follow
  • a sequence of words (n words in total)

Processing

Decide if the sequence of words is the same forward as backwards.

Output

If the words are the same forward as backward, output:

The words are the same forward as backward.

Otherwise, output:

The words are NOT the same forward as backward.

Sample input/output:

Sample Input Sample Output
hello world hello

The words are the same forward as backward.

hello great world

The words are NOT the same forward as backward.

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_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

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

Get Started

Recommended Textbook for

Datacasting How To Stream Databases Over The Internet

Authors: Jessica Keyes

1st Edition

007034678X, 978-0070346789

Students also viewed these Databases questions