Posts by LucasSolac • 29 points
1 post
-
1
votes2
answers98
viewsQ: How to print a double value with zero in java?
I would like to print a double array value in Java, example: 8,00 <- I’d like the exit to be 08,00. How can I do that? public class Main { public static void main(String[] args) { double[]…
javaasked LucasSolac 29