Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.80K
1 Posted Topic
Can some one help me with my code because i get the same error in line 18. right after int getanInt(); #include <iostream> #include <string> #include <cctype> using namespace std; int main() { int getanInt(); int value; cout << "Enter an integer value: "; value = getanInt(); cout << "The …
The End.
ben0