|
|
8 лет назад | |
|---|---|---|
| Method Fundamentals | 8 лет назад | |
| .gitignore | 8 лет назад | |
| .travis.yml | 8 лет назад | |
| README.md | 8 лет назад |
MathUtilitiesPredicateUtilitiesStringUtilitiesMathUtilitiesPredicateUtilitiesStringUtilities
forked repository to your local machine.git add your changes to the list of your commited files.git commit your added files to the list of your staged files.git push your staged files to your remote repository.pull request which compares Zipcoder master to your master.main classes provided.
boolean isGreaterThan(int x, int y)boolean isLessThan(int x, int y)boolean isGreaterThanOrEqualTo(int x, int y)boolean isLessThanOrEqualTo(int x, int y)Integer add(int, int)Long add(long, long)Short add(short, short)Byte add(byte, byte)Float add(float, float)Double add(double, double)Integer subtract(int, int)Long subtract(long, long)Short subtract(short, short)Byte subtract(byte, byte)Float subtract(float, float)Double subtract(double, double)Integer divide(int, int)Long divide(long, long)Short divide(short, short)Byte divide(byte, byte)Float divide(float, float)Double divide(double, double)Integer multiply(int, int)Long multiply(long, long)Short multiply(short, short)Byte multiply(byte, byte)Float multiply(float, float)Double multiply(double, double)Boolean returnTrueBoolean returnFalseString concatenation(String, String)String concatenation(int, String)String getPrefix(String)String getSuffix(String)Boolean compareTwoStrings(String)Character getMiddleCharacter(String)String getFirstWord(String)String getSecondWord(String)String reverse(String)