In the previous post
We did this
#include<iostream>
Using namespace std;
Int main()
{
Int x = 40 + 60;
Cout << x << endl;
Returns 0
}
Now in this part of the programme
We don't use int = x
Read more… (42 words)
In the previous post
We did this
#include<iostream>
Using namespace std;
Int main()
{
Int x = 40 + 60;
Cout << x << endl;
Returns 0
}
Now in this part of the programme
We don't use int = x