Hey guys so I am a little new to java and programming as a whole...so I was looking for some summer project any ideas will be appreciated. :)
Printable View
Hey guys so I am a little new to java and programming as a whole...so I was looking for some summer project any ideas will be appreciated. :)
Implement a decent calculator (it can be console based); it should accept normal infix expressions such as (4+5)*6-7 and the 'normal' set of function (sin, cos, tan, log, exp etc.). If you're on steroids you could implement complex numbers in your calculator (e.g. sqrt(-1)). If there's still a bit of summer, left wrap it all up in a nice GUI.
kind regards,
Jos
Moved from New to Java
db
Oh that sounds like something fun :) I will strongly consider this one and maybe I can support small scaled graphing as I have learned a little about it from a homework assignment but I will need some good steroids... Another idea I got from a professor was to create a program that would let me set reminders of upcoming due dates/events and add elements such as remaining time and other stuff...by the way sorry for the late reply I have been very busy with school work but thank you.