package Unit03; import java.util.*; public class game2StarWars { public static void main(String[] args) { int attackRoll = (int)(20*Math.random()+1);