{"id":817,"date":"2013-07-16T02:53:38","date_gmt":"2013-07-15T19:53:38","guid":{"rendered":"http:\/\/blog.kusumoto.co\/?p=817"},"modified":"2013-07-17T09:12:51","modified_gmt":"2013-07-17T02:12:51","slug":"amazing-loop-for-in-java-language","status":"publish","type":"post","link":"https:\/\/oldblog.kusumotolab.com\/?p=817","title":{"rendered":"Amazing loop (for) in JAVA language"},"content":{"rendered":"<p><b>\u0e2b\u0e25\u0e31\u0e07\u0e08\u0e32\u0e01\u0e17\u0e35\u0e40\u0e23\u0e32\u0e1e\u0e1a\u0e01\u0e31\u0e1a <a title=\"Amazing Loop (for) in C language\" href=\"http:\/\/blog.kusumoto.co\/amazing-loop-for-in-c-language\/\">&#8220;Amazing Loop (for) in C language&#8221;<\/a> \u0e01\u0e31\u0e19\u0e44\u0e1b\u0e41\u0e25\u0e49\u0e27 \u0e04\u0e23\u0e32\u0e27\u0e19\u0e35\u0e49\u0e40\u0e23\u0e32\u0e21\u0e32\u0e1e\u0e1a\u0e01\u0e31\u0e1a\u0e43\u0e19\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a Java \u0e01\u0e31\u0e19\u0e1a\u0e49\u0e32\u0e07 \u0e25\u0e31\u0e01\u0e29\u0e13\u0e30\u0e04\u0e25\u0e49\u0e32\u0e22\u0e46\u0e01\u0e31\u0e19\u0e04\u0e23\u0e31\u0e1a<\/b><\/p>\n<pre lang=\"java\">\r\nimport java.util.Scanner;\r\nclass hearth {\r\n\r\n  public static void main(String[] args) {\r\nfor (int a=0;a<2;a++) {\r\n\t\tSystem.out.print(\"  \");\r\n\t\tif (a != 1) {\r\n\t\t\tfor (int b=0;b<7;b++) {\r\n\t\t\t\tSystem.out.print(\"*\");\r\n\t\t\t\t\tfor (int c=0;c<=b;c++) {\r\n\t\t\t \t\t System.out.print(\"   \");\r\n\t\t\t\t  \t }\r\n\t\t\t\t\t  System.out.println(\"* \");\r\n\t\t\t\t\t}\r\n\r\n\t\t}else{\r\n\t\tfor (int d=0;d<7;d++) {\r\n\t\t\t\tSystem.out.print(\"* \");\r\n\t\t\t\t\tfor (int c=7;c>=d;c--) {\r\n\t\t\t\t\t \tSystem.out.print(\"  \");\r\n\t\t\t\t\t\t  \t }\r\n\t\t\t\t\t\t System.out.println(\"* \");\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t}\r\n\r\n\t\t\t\t}\r\n\t\t\t\r\n\t}\r\n\r\n\tSystem.out.print(\" *\");\r\n}\r\n}\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u0e2b\u0e25\u0e31\u0e07\u0e08\u0e32\u0e01\u0e17\u0e35\u0e40\u0e23\u0e32\u0e1e\u0e1a\u0e01\u0e31\u0e1a &#8220;Amazing Loop (for) in C language&#8221; \u0e01\u0e31\u0e19\u0e44\u0e1b\u0e41\u0e25\u0e49\u0e27 \u0e04\u0e23\u0e32\u0e27\u0e19\u0e35\u0e49\u0e40\u0e23\u0e32\u0e21\u0e32\u0e1e\u0e1a\u0e01\u0e31\u0e1a\u0e43\u0e19\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a Java \u0e01\u0e31\u0e19\u0e1a\u0e49\u0e32\u0e07 \u0e25\u0e31\u0e01\u0e29\u0e13\u0e30\u0e04\u0e25\u0e49\u0e32\u0e22\u0e46\u0e01\u0e31\u0e19\u0e04\u0e23\u0e31\u0e1a import java.util.Scanner; class hearth { public static void main(String[] args) { for (int a=0;a<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"footnotes":"","jetpack_publicize_message":"","jetpack_is_tweetstorm":false,"jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":[]},"categories":[59,9],"tags":[],"class_list":["post-817","post","type-post","status-publish","format-standard","hentry","category-java","category-private"],"jetpack_publicize_connections":[],"aioseo_notices":[],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p3OMEb-db","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/oldblog.kusumotolab.com\/index.php?rest_route=\/wp\/v2\/posts\/817","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/oldblog.kusumotolab.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/oldblog.kusumotolab.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/oldblog.kusumotolab.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/oldblog.kusumotolab.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=817"}],"version-history":[{"count":4,"href":"https:\/\/oldblog.kusumotolab.com\/index.php?rest_route=\/wp\/v2\/posts\/817\/revisions"}],"predecessor-version":[{"id":821,"href":"https:\/\/oldblog.kusumotolab.com\/index.php?rest_route=\/wp\/v2\/posts\/817\/revisions\/821"}],"wp:attachment":[{"href":"https:\/\/oldblog.kusumotolab.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=817"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/oldblog.kusumotolab.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=817"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/oldblog.kusumotolab.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=817"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}