Search:

Type: Posts; User: Biligsaikhan

Search: Search took 0.31 seconds.

  1. Replies
    3
    Views
    3,378

    Re: Multiple Class Calculator

    Thanks guys. thanks to your advice i fixed my problems.
    with println debug i realized that operation performing objects were not called. so i fixed that.
    and asking to enter numbers twice was...
  2. Replies
    3
    Views
    3,378

    Multiple Class Calculator

    I am trying to write a Calculator. I must write the operations in one Class and the result in another. So this is what i did...


    public class Calc {

    calc_main c=new calc_main();
    private int...
Results 1 to 2 of 2