cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
anyone who can fix this program its runn
anyone who can fix this program its running but I need it to call isMale function correctly
Sep 18, 2014 at 1:54pm UTC
tham2000us
(2)
Write your question here.
}
[/code]
Last edited on
Sep 20, 2014 at 3:05pm UTC
Sep 18, 2014 at 2:43pm UTC
kbw
(9488)
This:
if
(isMale(
true
)){
should be this:
if
(isMale(gender)) {
Last edited on
Sep 18, 2014 at 2:44pm UTC
Topic archived. No new replies allowed.