Arrotondatore
            
              
              
              
              
                wrapper
              
                loop
              
              
                Livello 8
              
              Edit
            
             
Scrivi il programma Arrotondatore che calcola il valore del primo argomento arrotondato al multiplo più vicino del secondo argomento:
java Arrotondatore 1.2781 0.3
1.2	
java Arrotondatore 24 5
25.0
java Arrotondatore 1.2781 0.1
1.3