Search:

Type: Posts; User: ISHAQ KIYAWA

Search: Search took 0.08 seconds.

  1. Replies
    3
    Views
    1,224

    Re: guide me please

    Yes it is a GUI calculator, and
    the code i use to add is :
    String a=jTextArea1.getText();
    Int ans=0;
    For (int i=0; i<a.length; i++) {
    if a.charAt(i)=="+") {
    double ans1=Integer.parseInt...
  2. Replies
    3
    Views
    1,224

    guide me please

    how to make this expression 2+6+85-9 with calculator in java?
Results 1 to 2 of 3