[ create a new paste ] login | about

anupam97

Name:
Email:
Site/Blog:
Location:
Default language:
Favorite languages:
About:

Saved pastes by anupam97:

C++, pasted on Nov 11:
1
2
3
4
5
#include<iostream.h>
using namespace std;
main(){
int x,y,z;
cout<<"enter the value of x and y"<<;
...
view (9 lines, 2 lines of output)