Not sure where I went wrongThere should only be 2 files: "Apower.h" and "Apower.cpp". An outline of the program is: [code] 1...
Palindrome programThanks, the while loop and a few tweaks got it working. I had tried many different things to get t...
Palindrome programThe instructions for the program is bool isPalindrome = true; queue<char> Q; stack<char> S; strin...
Linked list output incorrectWere are to implement a method countValue() that counts the number of times an item occurs in a link...
Adding side length to task for squareI am suppose to: Create an instance of Square, called s1,with a side length of 5. Print the side l...
This user does not accept Private Messages