Posts by Felipe Moreno Borges • 35 points
2 posts
-
0
votes1
answer67
viewsQ: Convert weight into money
I’m trying to convert weight into money, but every time my answer is zero and I calculated here and nn should give zero kkkkk someone can help me Obs: the 5 is the price per kilo (This job will make…
javaasked Felipe Moreno Borges 35 -
1
votes2
answers636
viewsQ: How to create a folder named after the current date
I am trying to create a folder with the same name as the current date but simply does not create. import java.util.*; import java.io.File; public class PastaData { Date data = new Date();…