Hey guys, I don't get to submit much but here it is, I'm gonna write up an array for me and calculate my real pay so I know my average for the year, just cause I'm a geek and all.
`****************************************************************
` Look, I made an actual program, its only maybe my third haha
`****************************************************************
sync on:cls:sync rate 60
`my variables for the four weeks of the month, all you have to do is change them per pay period :)
week1#= 180.89
week2#= 175.23
week3#= 200.40
week4#= 210.10
maverage = (week1# + week2# + week3# + week4#) \ 4
print "So for this month you have averaged ";maverage;" dollars, thank you for using my tiny program :)."
sync
end
Coffee coffee coffee coffee coffee coffee cappacino, JAVA!