Yes/No StatementInstead of double quotes, use single quotes. eg: 'Y' 'y' 'N' 'n'
array in c++What is your code so far?
Checking to see if integer is a character.I want to keep the data type int. But I want to write a program that determines whether the user did...
Checking to see if integer is a character.[code]#include <iostream> using namespace std; int main() { int x; cout << "Enter character...
The Game of LifeThank you for catching that. I have made everything in bound now. However, I get this message in the...
This user does not accept Private Messages