Adding run output
Run output is captured from the black command line window that displays your output when you program runs successfully.
Go to the bottom of the source code edit window in Dev-C++.
If you have used template.cpp there will be a multi-line comment block where into where you can right click and select paste.
It should look some thing like this:
/* output of run
y plus z is 7.6 Press any key to continue . . .
*/
re-save your source code to include this.
hint - if you don't put your run result in a comment block you will have terrible compile errors.