
Problem Description
Compute the federal income tax due on a taxable income input by the user accorsing to the following table. Enter -1 to end the program. section 002
fall 2012

As you were informed last class, in order for the last lab assignment to be given before the last day of class, all students must complete homework assignment #6. As of right now, only three students have submitted source code. No programs have arrived in my inbox from the remaining eleven students were in class last week.
Everyone must do this homework assignment!!
Write a program called usFlag.bas which displays the following menu to the user:
Write a program called compare.bas which requests two values from the user and prints out a mathematical sentence which shows which value is greater than the other.
While we did lose two weeks of class time, the good news is that four of the five graded lab assignments were assigned and their due dates were well before the hurricane and the nor'easter swept through the area, knocking out power and closing the school.

An alarming number of students (one third of you!) are behind in their homework and lab assignment submissions. Doing your homework and turning in your labs on time is very important as the work assigned is reflective of the material covered in class.
Write a program called loopAvg.bas. Your program must sum the numbers from 17 to 37 inclusive, count how many addition steps that is, and then provide an average (the sum divided by the number of steps.
I have noticed that a number of students seem to be making the same errors on the body mass index program and the temperature conversion program. In order to make a calculation using a user's input, you must first obtain the input. The sequence of your code statement matters.
Write a program called bmi.bas which will allow users to input their height and weight and which will use those values to calculate their Body Mass Index.
This is a high priority reminder.
Write a program called colorful.bas which will generate the following output in the colors designated:
Please resend your first class program file, hello.bas,
The minimal comment block at the top of a program submission should look like this: