cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
user name:
password:
Forgot your password?
please wait
try again
cancel
forgot your password?
sign up
log in
[Legacy version]
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
question mark
question mark
Apr 3, 2016 at 10:20am
Apr 3, 2016 at 10:20am UTC
riyadhhossain01
(30)
how to make a program where the users type "?" and the program says you have typed a question mark?
Apr 3, 2016 at 10:31am
Apr 3, 2016 at 10:31am UTC
rabster
(227)
Just take in a char variable and then use an if statement to see if it's question mark.
Apr 3, 2016 at 2:56pm
Apr 3, 2016 at 2:56pm UTC
riyadhhossain01
(30)
its working. Thankyou.
Topic archived. No new replies allowed.