#include
using namespace std;
int main(){ int x= 10; int y= 3;
string message = "Data type table";
string apndMessage = "welcome to the "; string totalMessage = "";
totalMessage = apndMessage + message;
cout <<>
/*cout << x = " << x << " y = " << y << endl; cout << " y = " << x+y << endl; cout << " y = " << x-y << endl; cout << " y = " << x*y << endl; cout << " y =" ">
system ("pause");
return 0; }
Ingen kommentarer:
Legg inn en kommentar