Shouldn't minstetall be the lowest number here? It only prints 0.



import java.util.*;
public class Kap3Oppg5 {
public static void main(String[] args) {
int x = 0;
int tabell[] = new...