An open API service indexing awesome lists of open source software.

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.

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 "::".