{"id":443,"date":"2022-09-23T23:31:29","date_gmt":"2022-09-23T15:31:29","guid":{"rendered":"https:\/\/qaqaq.top\/?p=443"},"modified":"2022-11-27T12:40:01","modified_gmt":"2022-11-27T04:40:01","slug":"%e6%95%b0%e7%bb%84-%e7%ae%97%e6%b3%95%ef%bc%9a%e6%95%b0%e5%80%bc%e5%9e%8b%e6%95%b0%e7%bb%84%e5%85%83%e7%b4%a0%e7%9a%84%e6%93%8d%e4%bd%9c","status":"publish","type":"post","link":"https:\/\/qaqaq.top\/?p=443","title":{"rendered":"\u6570\u7ec4-\u7b97\u6cd5\uff1a\u6570\u503c\u578b\u6570\u7ec4\u5143\u7d20\u7684\u64cd\u4f5c"},"content":{"rendered":"\n<p><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>package top.qaqaq.java.P161;\n\/*\n * \u7b97\u6cd5\u7684\u8003\u67e5\uff1a\u6c42\u6570\u503c\u578b\u6570\u7ec4\u4e2d\u5143\u7d20\u7684\u6700\u5927\u503c\u3001\u6700\u5c0f\u503c\u3001\u5e73\u5747\u6570\u3001\u603b\u548c\u7b49\n * \n * \u5b9a\u4e49\u4e00\u4e2aint\u578b\u7684\u4e00\u7ef4\u6570\u7ec4\uff0c\u5305\u542b10\u4e2a\u5143\u7d20\uff0c\u5206\u522b\u8d4b\u4e00\u4e9b\u968f\u673a\u6574\u6570\uff0c\n * \u7136\u540e\u6c42\u51fa\u6240\u6709\u5143\u7d20\u7684\u6700\u5927\u503c\uff0c\u6700\u5c0f\u503c\uff0c\u548c\u503c\uff0c\u5e73\u5747\u503c\uff0c\u5e76\u8f93\u51fa\u51fa\u6765\u3002\n * \u8981\u6c42\uff1a\u6240\u6709\u968f\u673a\u6570\u90fd\u662f\u4e24\u4f4d\u6570\u3002\n *\n * &#91;10,99]\n * \u516c\u5f0f\uff1a(int)(Math.random() * (99 - 10 + 1) + 10)\n * \n * \u516c\u5f0f\uff1a\u83b7\u53d6&#91;a,b]\u8303\u56f4\u7684\u968f\u673a\u6570\uff1a(int)(Math.random() * (b - a + 1) + a)\n * \n *\/\npublic class ArrayTest1 {\n\tpublic static void main(String&#91;] args) {\n\t\tint&#91;] arr = new int&#91;10];\n\t\t\n\t\tfor(int i =0; i &lt; arr.length; i++) {\n\t\t\tarr&#91;i] = (int)(Math.random() * (99 - 10 + 1) + 10);\n\t\t}\n\t\t\n\t\t\/\/\u904d\u5386\n\t\tfor(int i = 0; i &lt; arr.length; i++) {\n\t\t\tSystem.out.print(arr&#91;i] + \"\\t\");\n\t\t}\n\t\tSystem.out.println();\n\t\t\n\t\t\/\/\u6c42\u6570\u7ec4\u5143\u7d20\u7684\u6700\u5927\u503c\n\t\tint maxValue = arr&#91;0];\n\t\tfor(int i = 1; i &lt; arr.length; i++) {\n\t\t\tif(maxValue &lt; arr&#91;i]) {\n\t\t\t\tmaxValue = arr&#91;i];\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(\"\u6700\u5927\u503c\u4e3a\uff1a\" + maxValue);\n\t\t\n\t\t\/\/\u6c42\u6570\u7ec4\u5143\u7d20\u7684\u6700\u5927\u503c\n\t\tint minValue = arr&#91;0];\n\t\tfor(int i = 1; i &lt; arr.length; i++) {\n\t\t\tif(minValue &gt; arr&#91;i]) {\n\t\t\t\tminValue = arr&#91;i];\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(\"\u6700\u5c0f\u503c\u4e3a\uff1a\" + minValue);\n\t\t\/\/\u6c42\u6570\u7ec4\u5143\u7d20\u7684\u603b\u548c\n\t\tint sum = 0;\n\t\tfor(int i = 0; i &lt; arr.length; i++) {\n\t\t\tsum += arr&#91;i];\n\t\t}\n\t\tSystem.out.println(\"\u603b\u548c\u4e3a\uff1a\" + sum);\n\t\t\/\/\u6c42\u6570\u7ec4\u5143\u7d20\u7684\u5e73\u5747\u6570\n\t\tint avgValue = sum \/ arr.length;\n\t\tSystem.out.println(\"\u5e73\u5747\u6570\u4e3a\uff1a\" + avgValue);\n\t}\n\n}\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[46],"class_list":["post-443","post","type-post","status-publish","format-standard","hentry","category-java-code","tag-java"],"_links":{"self":[{"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/posts\/443"}],"collection":[{"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=443"}],"version-history":[{"count":3,"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/posts\/443\/revisions"}],"predecessor-version":[{"id":493,"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/posts\/443\/revisions\/493"}],"wp:attachment":[{"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=443"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=443"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=443"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}