Filter an array by comparing another array public Double roundOfTwoDecimalPlaces(Double doubleValue){ double d = doubleValue; DecimalFormat df = new DecimalFormat("#.##"); return Double.valueOf(df.format(d)); }
This blog is made specially for students those who have selected Computer Application (165) as a subject in CBSE board exam. It includes chapter wise notes, videos, assignments, etc.