------------ Exercise 1 --------------

Hello World!

Problem Statement

Write a program that prints ‘Hello World’ to the screen.

Plans and pseudocode

Create a button, so when clicked it will show hello world on the screen.

Demonstration

------------ Exercise 2 --------------

Greetings

Problem Statement

Write a program that asks the user for their name and greets them with their name.

Plans and pseudocode

Have a var. where it prompts a window to show up that ask for their name then when they type in there name it comes back with hello and their name.

Demonstration

------------ Exercise 3 --------------

Calculate Total Meal Price with Variable Tax and Tip

Problem Statement

Write a program that asks the user for a meal price, tax rate, and tip percentage and then calculates the total bill.

Plans and pseudocode

First I made a input for the meal price, tax rate, and tip rate with some random base values. Then I made the button program so when you click the button it gets you thr total meal price. Lastly I created a function with all the varirables need to do the calcution so the meal price value intput, the tax rate input, and the tip rate input. Then the variable that what calculate the total cost with the correct program function.

Demonstration
Meal Price:
Tax Rate:
Tip Rate: