+ 3
My first calculator program..plz give me sugestion
6 Respuestas
+ 8
Awesome! I have a good idea but I think it would be hard.
Normal Begginer Calcuator inputs are like this:
3
/
4
(3 / 4)
But this is where it gets interesting... Try to do a one line input calculator like this
Input: 3/4
+ 5
you could have the person choose which function they would like to use. like only addition or multiplication etc
+ 5
Please comment in the starting of the code about the inputs so that no-one can have any doubts
+ 2
Good start!
+ 2
how can I improve myself ..can you suggest me some more example program I can do it my own today is my first day ...
+ 1
Put some check of an inputs. For example, try to input only one number and submit.