Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mathematical Expression issue #1

Open
2 tasks done
Raghuvorkady opened this issue May 20, 2021 · 7 comments
Open
2 tasks done

Mathematical Expression issue #1

Raghuvorkady opened this issue May 20, 2021 · 7 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@Raghuvorkady
Copy link
Owner

Raghuvorkady commented May 20, 2021

Mathematical expressions like a+b+c are not yet computable in SimpleCalculator app.

Currently, the app supports:

  • Expressions with two operands (like ex. a+b)
  • Operands with both integer and floating point values
@Raghuvorkady Raghuvorkady changed the title **Expression** Expression May 20, 2021
@Raghuvorkady Raghuvorkady added good first issue Good for newcomers bug Something isn't working labels May 20, 2021
@Raghuvorkady Raghuvorkady changed the title Expression Mathematical Expression issue May 20, 2021
@CaolanCode
Copy link

I will work on this.

@CaolanCode
Copy link

Hello,
Which file is the program in to test the file?
I am new to contributing on github.

@Raghuvorkady
Copy link
Owner Author

Raghuvorkady commented May 21, 2021

Hi CaolanCode,
The code is written in MainActivity.java

@CaolanCode
Copy link

Thanks do you want app to input an infinite number of integers or would you like it to input three?

@Raghuvorkady
Copy link
Owner Author

If the solution for infinity input is feasible, then you can go for it 👍

@CaolanCode
Copy link

How can you run the code to find bugs?
It is warning that the code can't be debugged as there is no main method?

@Raghuvorkady
Copy link
Owner Author

You need have Android studio for running the project, you cannot just simply run this java file, because in native android development, it doesn't use main().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants