Skip to content

imhyo/Combine4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Combine4 is a simple iPhoe game. Four numbers are given, and the user should combine them with basic operators (+, -, *, /) to make 24. This program finds out the solution for the Combine4 questions.

Usage

java Combine4 n1 n2 n3 n4

Example

java Combine4 3 3 7 7
(((3/7)+3)*7)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages