All pastes #2101669 Raw Edit

Unnamed

public text v1 · immutable
#2101669 ·published 2012-01-09 19:54 UTC
rendered paste body
public 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]);

	}