Answer:
Step-by-step explanation:
Here's an example code using Python to achieve the desired output:
This code first initializes the price variable to 100. Then, it prompts the user to input the type of burger they want. If the user inputs "veggie burger", the code adds 20 to the price variable and prints out the updated price. If the user inputs "no cheese", the code subtracts 10 from the price variable and prints out the updated price. If the user inputs anything else, the code prints out the full price of 100 AED.