Hello, I am a beginner and I need to make 4 easy programs. Could someone please give me all the coding for the fallowing programs and/or send me the actual program if you do it? It would help greatly and be much appreciated. I must do these by Thursday night. Thank you!

1) Write a program which will allow you to display in a text box, four different fonts, four different font sizes, as well as italic, bold, and underline using check boxes.

2)Write a program which will allow you to enter text into a text box and change all the letters to lower case apart from the first one which should be in upper case. Use ucase$() and lcase$().

3) Write a program which allows you to input your marks for the 5 courses you are taking into 4 text boxes. Each box should have a label with the subject at the top. There should be label box with the label average on top, & a command button for calculating the average & displaying it in the label box.

4) Create a program which allows the user to select from 5 different types of coffee. Using option buttons, the user should then have a choice of making 5 additions to the coffee using check boxes (sugar, milk, chocolate syrup, chocolate granules, & cherry syrup). The program should be able to calculate the price using a command button.