#include <iostream>using namespace std;int main(){ int x,y; x=2; y=5; cout<<"x = "<<x<<endl; cout<<"y = "<<y<<endl; return 0;}
No comments:
Post a Comment