/* * * 7.8 * * */ int main () { // Read has no const ref SalesData because we are writing to the Revenue member with new data // Print has const ref SalesData because we are only reading from it return 0; }