Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~393 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for Black Magic

[CODE]#include <iostream> using namespace std; int main() { char exit; cout << "Exit? Y / N " << endl; cin >> exit; if ( exit == 'Y' || exit == 'y' ) { } if ( exit == 'N' || exit == 'n' ) system("PAUSE>nul"); else { } } [/CODE] …

Member Avatar for SamuelAdams
0
372
Member Avatar for lobo2012

Iam new and am very glad to join you.. just a simple degree of curiosity bring me here and am student!amized by programming! thank u and hope to find more enjoy

Member Avatar for debasisdas
1
21