I am a student who is taking a computer science course in college and have been assigned to write an algorithm for a java program. I have no previous programming experience and I am really behind in this class. It seems fairly simple and anyone on here could probably do it with their eyes closed. I have to write an algorithm dealing with incomes and income taxes so far i have (see below) but do not know where to go from there. As you can see its basic fudamentals of java but i have no clue what i am doing, any help would be greatly appreciated.
Done>false
Read(income)
If(income ==-1)
Done>true
While(!done)
If(income <= 15000)