https://github.com/devlarley/4eq10
Have you ever hard of the App 4=10? If you have, here is a solver if your get stuck but dont want to use a hint.
https://github.com/devlarley/4eq10
Last synced: 11 months ago
JSON representation
Have you ever hard of the App 4=10? If you have, here is a solver if your get stuck but dont want to use a hint.
- Host: GitHub
- URL: https://github.com/devlarley/4eq10
- Owner: DevLARLEY
- Created: 2022-12-22T16:34:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-15T08:58:03.000Z (almost 3 years ago)
- Last Synced: 2025-01-12T15:45:59.503Z (over 1 year ago)
- Language: Java
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 4eq10
Have you ever heard of the App 4=10? If you have, here is a solver if your get stuck but dont want to use a hint.
# Requirements
JDK 14.0.2 (Not working on JDK 11, 17).
Please note that when compiling the source file, the same Java version must be used to run the program.
# Compiling
```sh
javac 4eq10.java
```
# Running
```sh
java FourEQten ABCD [+-*/X]
```
#### Required
A B C D: The Numbers
#### Optional
```sh
+ - * / X
```
Use the given symbols to set whether given operators should be excluded from the calculation.
X stands for brackets. If more than one is used, each one has to be seperated using "::".