import java.util.Scanner; public class JavaRolls { public static void main(String[] args) { Scanner scan = new Scanner(System.in); // See Learn the Part for detailed instructions. int diceRoll; int score = 0; } }