збільшення на три

package nambers; import java.util.Scanner; public class nambers { public static void main(String[] args){ Scanner scan=new Scanner(System.in); for (int i=1000;i<10000;i+=3){ System.out.println(i); } } }

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.