#include using namespace std; int main(){ int i = 10 ; int j = 15 ; int k = i + j; cout<