PIbd-14_Calimullin_A.R._Lab02_Hard #2

Closed
Bloody_Arthur wants to merge 3 commits from Lab2 into Lab1
Showing only changes of commit 53693d9d08 - Show all commits

View File

@ -59,7 +59,6 @@ public class DrawningAirCraft {
Random random = new Random();
int[] countengine = {2, 4, 6};
int engineCount = countengine[random.nextInt(countengine.length)];
System.out.print(engineCount);
drawEngine.setNumber(engineCount);
}