int dice;
int[] tab = new int[3];
boolean gameOver = false;
System.out.println("\n\t -= SNAIL RUN =- ");
while (!gameOver) {
System.out.println("\n");
for (int i = 0; i < tab.length; i++) {
// Generating random numbers
dice = ThreadLocalRandom.current().nextInt(1, 6 + 1);
tab[i] += dice;
if (tab[i] > 50) {
gameOver = true;
}
System.out.print("Dice" + (i + 1) + "=" + dice + " | ");
}
System.out.println("\n");
for (int i = 0; i < tab.length; i++) {
System.out.print(tab[i] + " | ");
}
System.out.println("\n________________________________________________________________");
}
System.out.println("\nGAME OVER");
// Ждём, пока не будет элемента с name = q
WebElement foo = new WebDriverWait(driver, Duration.ofSeconds(3))
.until(driver -> driver.findElement(By.name("q")));
<dependency> <!-- For annotations -->
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>5.3.12</version>
</dependency>
<dependency> <!-- For annotations -->
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>5.3.10</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
<exclusions>
<exclusion>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-jdbc</artifactId>
</exclusion>
<exclusion>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
</exclusion>
</exclusions>
</dependency>
public class Main {
public static void main(String[] args) {
Scanner len=new Scanner(System.in);
System.out.println("Введите размерность матрицы");
int lengh = len.nextInt();
Field field1 = new Field(lengh);
System.out.println(field1.toString()());
System.out.println(field1.getDeterminant());
}
public class Field {
private int lgth;
private int a[][];
public Field(int lengh){
lgth = lenght;
a=new int[lgth][lgth];
for (int i=0;i < a.length-1;i++){
for (int j=0;j < a[i].length-1;j++){
a[i][j]=(int)(Math.random()*10);
}
}
}
public int getDeterminant(){
switch(lght):
case 1: return determinant1();
case 2: return determinant2();
case 3: return determinant3();
default: return -1; //Если не реализовано
}
private int determinant1(){
int tempdetermin = матан;
return tempdetermin;
}
private int determinant2(){
int tempdetermin = матан;
return tempdetermin;
}
private int determinant3(){
int tempdetermin = матан;
return tempdetermin;
}
@Override
public String toString(){
String str ="";
for (int i=0;i < a.length-1;i++){
for (int j=0;j < a[i].length-1;j++){
str+=(a[i][j]+" ");
}
str+="\n";
}
return str;
}
}
gift-certificates
, я так понимаю, это глобальный префикс для контроллера@GetMapping(params = {ParameterName.SORT_BY})
означает: вызови этот метод, когда урл выглядит как gift-certificates?sort_by
@GetMapping
- который отвечает за gift-certificates
, поскольку все параметры после знака вопроса опциональны.