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

Subtraction problems has slerger integers show first #6

Open
CCecilia opened this issue Oct 26, 2023 · 0 comments
Open

Subtraction problems has slerger integers show first #6

CCecilia opened this issue Oct 26, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@CCecilia
Copy link
Owner

Describe the bug
Currently when subtraction problems are generated a larger int can be the first number in the problem. This is unintended as the answers are expected to be positive integers.

To Reproduce
Steps to reproduce the behavior:

  1. run math-test --problems 10 --subtraction --no-addition
  2. output Problem: 1 - 9 = ?
  3. input 8
    4.test results
INCORRECT
User Answer: 1 - 9 = 8
Expected: 1 - 9 = 4294967288

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

@CCecilia CCecilia added the bug Something isn't working label Oct 26, 2023
@CCecilia CCecilia self-assigned this Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant