I am new to C++ and I need help doing my assigments.
I know that it is gona seem so much but I really like C++ and I am really working on my self to learn so please don't push me back ;-))
So I knw the basics in writting programs and I need the fillings
I don't know how to write these programs 1) Shipping charge is $5 plus a dollar per item. Ask the user how many items, then tell the user the total shipping charge
2)Health Insurance Premium is $500.00 plus $100.00 per dependent. User tells you how many dependents, you tell what the premium will be.
And the teacher put us this link for the insurance:
http://www.netquote.com/nq/savings_general2.aspx?nqid=12633&status=TL_insurance
3) Gross Pay is $20.00 per hour up to 40 hours, 1½× after 40 hours. User tells you how many hours worked, you compute gross pay. (Extra Credit, Requires an if statement.
4) Write a simple Quadratic Equation program for 1 point.
5) Exercise the MessageBox() function. Show three MessageBoxes with different combinations of messages, captions, buttons and icons.
6)Design a Form that uses several textboxes. Show that it moves data back and forth using a Textbox control: Provide sufficient functionality to demonstrate the program has communication in both directions with the Screen.
and I will work on them, thanks