Write A Program In C++ To Determine If Numbers Are Palindromes Using A Stack-Based Method For Testing.

Posted Under: Computer Science

Ask A Question
DESCRIPTION
Posted
Modified
Viewed 12
Objective: Write a program to determine if numbers are palindromes using a stack-based method for testing. Program Description: Write a program that determines if a number is a palindrome. Recall that palindromes are strings (sequences of characters) that read the same forward or backward after punctuation and spacing is removed. The stack sample code that we discussed in class is a good starting point for this assignment. Note that the stack you will need to use is character-based. Consider converting the integer stack code to characters. Requirements: In addition to the functional description above, your solution also: • Must have the stack implemented as a linked list (class optional). You may use (extend) any code covered in lecture. You may not use the STL (Standard Template Library). • Must have the logic/implementation in a separate file from the stack implementation (an application file). • Must organize the source code files in accordance with the class standards. In other words, separate class declaration files (ADT header file), class implementation files (ADT implementation file), and application file.

This order does not have tags, yet.

Attachments

No uploads for this question

Explanations and Answers 0

No answers posted

Post your Answer - free or at a fee

Login to your tutor account to post an answer

Posting a free answer earns you +20 points.

Login

NB: Post a homework question for free and get answers - free or paid homework help.

Get answers to: Write A Program In C++ To Determine If Numbers Are Palindromes Using A Stack-Based Method For Testing. or similar questions only at Tutlance.

Related Questions