Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #107.55K
~7K People Reached
Favorite Forums
Favorite Tags
c++ x 1

1 Posted Topic

Member Avatar for John A

[CODE]#include <iostream> #include <string> int main() { int number; string str,remainder; cout<<"Please enter a number:"<<endl; cin>>number; cin>>remainder>>str; cout<<"The string you entered is "<<str<<",and the number you entered is "<<number<<endl; int v; cin>>v; return 0; }[/CODE]

Member Avatar for Khawaja Ghulam
11
7K

The End.