I need to write a program for class that estimates a budget. I am supposed to only return 2 decimal points in my answer (after the initial whole amount like 359.00) and only allow 2 decimal points to be typed. I don't really know how to go about doing this.
Also, how do I allow multiple characters to be assigned to 1 menu item? Like if the person wants to start the initial program, i am supposed to let them type 1,y,Y,P,p,B,b,N,n
Any help is greatly appreciated
Edit: Also I am supposed to allow them to type the $ in front OR in back of the value if they want to.