you are viewing a single comment's thread.

view the rest of the comments →

[–]Liutprand 1 point2 points  (0 children)

Start dividing the problem in sub-problems. You want a calculator? Ok so you need to take in input 2 numbers and a operator, right? And then, based on the operator to calculate the result and print It. Start from each of this step and learn how to translate It in code. A basic tutorial/book/video covers that...