public class Assign { public static void main ( String [] args ) { double dice = (Math.random ( ) * 100.0); System.out.println ( "\n\n" + "Dice = " + Format.right ( dice, 20, 3 ) + "\n\n"); } }