摘要:
/****************************************************************************** * Compilation: javac Quadratic.java * Execution: java Quadatic b c * * Given b and c, solves for the roots... 阅读全文
摘要:
/****************************************************************************** * Compilation: javac Ruler.java * Execution: java Ruler * * Prints the relative lengths of the subdivision... 阅读全文
摘要:
/****************************************************************************** * Compilation: javac AllSame.java * Execution: java AllSame a b c * * Prints "The are the same" if a = b = c... 阅读全文