Question: Consider the following - double xx; String yy; yy = String.format(%.2f, xx); What is the value of yy if xx = 285.679?
Consider the following -
double xx; String yy;
yy = String.format("%.2f", xx);
What is the value of yy if xx = 285.679?
Step by Step Solution
3.49 Rating (146 Votes )
There are 3 Steps involved in it
double xx String yy will format xx to ... View full answer
Get step-by-step solutions from verified subject matter experts
