#include #include using namespace std; // Define the Meal structure struct Meal { string entre,side,drink; double price; }; int main() { //declare a Meal variable Meal cfa; cout<<"Enter your meal details: "<>cfa.price; cout<<"You had a "<