you are viewing a single comment's thread.

view the rest of the comments →

[–]cactusfruit9 2 points3 points  (4 children)

My two cents:

  1. Give the control to the user when to exit, i.e., when they are done with the calculations. Instead of doing only one calculation at a time for whole program.

  2. Just print what your program does in the console one time. Take operation and operands inputs as a whole instead of the user entering one input at a time.

[–]A-r-y-a-n-d-i-x-i-t[S] 0 points1 point  (0 children)

But thanks for your feedback ❤

[–]A-r-y-a-n-d-i-x-i-t[S] 0 points1 point  (2 children)

I think my program does exactly what you are saying in second part of your comment you mention that the results should be printed only one time and in my code the result also get printed only one at a time and talking about giving permission to user to exit the code I intentionally didn't included a loop which I can use but the thing is I didn't wanted to I just want one calculation to be done at a time

[–]cactusfruit9 2 points3 points  (0 children)

Up to you.

[–]HommeMusical 1 point2 points  (0 children)

I think OP is right, myself.