#include iostream
using namespace std;
void main() {
short i=2300, j=4322;
cout"i+j="-(i+j);
}

Predict the output:

Posted on by