Search:

Type: Posts; User: dipizamora

Search: Search took 0.19 seconds.

  1. Replies
    6
    Views
    1,324

    Re: Please help with calculator program

    I'm sorry. I'm just new here. It's confusing. Anyway, the problem with the program is that we are trying to solve multiple mathematical operations to input numbers but it only solves the first two...
  2. Replies
    6
    Views
    1,324

    Please help with calculator program

    I'm trying to input multiple numbers but it only solves two numbers...


    public class Calculator extends JFrame{
    private JPanel panel;
    private JTextField display;
    private JButton[]...
Results 1 to 2 of 2