friend ostream& operator << (ostream& output, const cookType& Cook)...
Question Answered step-by-step friend ostream& operator << (ostream& output, const cookType& Cook)... friend ostream& operator << (ostream& output, const cookType& Cook){ output << "Pizza: " << book.pizza << endl; output << "Meat: " << book.meat << endl; output << "time: " << book.time << endl; output << "topping: " << book.topping << endl;} is there another way to do it without using the friend function Computer Science Engineering & Technology C++ Programming COMPUTER 343 Share QuestionEmailCopy link Comments (0)


