Unnamed
public text v1 · immutablepublic class up8 {
public static void main(String[] args) {
System.out.print("ett tal som du vill öka 10 gg");
int tal = Keyboard.readInt();
final int storlek = 8;
int [] hastighet = new int[storlek];
System.out.print(" öknings bredd ");
int ök = Keyboard.readInt();
System.out.print("max värde");
int max = Keyboard.readInt();
for(int n = tal; n < storlek; n++);
ök[n] = ök*(tal+1);
System.out.print( ök[n]);
}