Categories
Is there an alternative to System.out.printf?
You need to display the following code in the application
System.out.printf("\n x=%.1f f(x)=%.1f", x, f(x));
Answer the question
In order to leave comments, you need to log in
String.format("\nx=%.1f f(x)=%.1f", x, f(x)); ?
LogCat.d("TAG","Text"); ?
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question