Hello everyone. I have been asked to write a programme that outputs the calculations based on the values and operand used it is working however it does not display the difference correctly, is there something I didn't do correctly?
/Calculator
#include <iostream>
using namespace std;
cout << difference << " is the difference between variables." << endl;
cout << product << " is the product of variables." << endl;
cout << quotient << " is the quotient between variables." << endl;