Problem I’ve coded a calculator in C# with WPF as the UI. I wish to know mainly about these points: […]
Tag: calculator
Handling calculator keypresses
Problem I’ve added decimal (floating point) functionality to my calculator implementation; it’s working but I’m having trouble making it more […]
Calculating Payroll
Problem I have written the code as best that I know how but I am unsure that the questions asked […]
Simple 5 operator calculator in C#
Problem The program takes 2 decimals as input and an operator (+, -, *, /, ^) so far. Any suggestions […]
Value-added tax calculator app
Problem The app calculates the tax which is included in a (given) amount. Because I’m new with both libraries (React.js […]
Java Calculator with GUI
Problem I’ve wrote a calculator in Java with a GUI using swing. Here are the classes: Control.java: public class Control […]
Calculator that can handle any number of numbers and respects order of operation
Problem The next thing I will work on is parentheses. Do you think it would be smarter to split the […]
Value-added tax calculator app
Problem The app calculates the tax which is included in a (given) amount. Because I’m new with both libraries (React.js […]
JavaScript OOP calculator
Problem I’ve been trying to learn and implement object oriented programming in JavaScript. Could you please provide some advice and […]
Simple Calculator with switch statement
Problem I just start learning to code in C#. Is there any other short way to make calculator like this […]