package nambers;
import java.util.Scanner;
public class nambers {
public static void main(String[] args){
Scanner scan=new Scanner(System.in);
for (int a=2;a<10000;a=2*a-1){
System.out.println(a);
}
}
}
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.