public class TableExample1
extends java.lang.Object
The output is printed in a table which could be used to create graph.
Sample input:
Enter the first value for x:: 1
Enter the last value for x: 4
Enter the expression to be evaluated: x^2
Requires:
ExprEvaluator.java
EasyFormat.java
DoubleScanner.java
| Constructor and Description |
|---|
TableExample1()
Constructor for TableExample1.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Trivial main program that starts the application.
|