package nambers;
import java.util.Scanner;
public class nambers {
public static void main(String[] args){
Scanner scan=new Scanner(System.in);
for (int a=-166;a<100;a=2*a+200){
if (a>-100){
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.