Write a program that prints ‘Hello World’ to the screen.
Create a button, so when clicked it will show hello world on the screen.
Write a program that asks the user for their name and greets them with their name.
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.
Write a program that asks the user for a meal price, tax rate, and tip percentage and then calculates the total bill.
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.