{"id":275,"date":"2022-09-13T20:57:09","date_gmt":"2022-09-13T12:57:09","guid":{"rendered":"https:\/\/qaqaq.top\/?p=275"},"modified":"2022-11-27T12:40:03","modified_gmt":"2022-11-27T04:40:03","slug":"switch-case%e6%89%a9%e5%b1%95","status":"publish","type":"post","link":"https:\/\/qaqaq.top\/?p=275","title":{"rendered":"Java\u57fa\u672c\u8bed\u6cd5-switch-case\u7684\u4f8b\u9898 \u8f93\u5165\u6210\u7ee9"},"content":{"rendered":"\n<p>\u4f8b\u9898\uff1a\u5bf9\u5b66\u751f\u6210\u7ee9\u5927\u4e8e60\u5206\u7684\uff0c\u8f93\u51fa\u201d\u5408\u683c\u201c\u3002\u4f4e\u4e8e60\u5206\u7684\uff0c\u8f93\u51fa\u201d\u4e0d\u5408\u683c\u201c\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>import java.util.Scanner;\n\nclass Score{\n\tpublic static void main(String&#91;] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tSystem.out.println(\"\u8bf7\u8f93\u5165\u60a8\u7684\u6210\u7ee9\uff1a\");\n\t\tint score = scan.nextInt();\n\t\tswitch(score \/ 10){\n\t\tcase 0:\n\t\tcase 1:\n\t\tcase 2:\n\t\tcase 3:\n\t\tcase 4:\n\t\tcase 5:\n\t\t\tSystem.out.println(\"\u4e0d\u53ca\u683c\");\n\t\t\tbreak;\n\t\tcase 6:\n\t\tcase 7:\n\t\tcase 8:\n\t\tcase 9:\n\t\tcase 10:\n\t\t\tSystem.out.println(\"\u53ca\u683c\");\n\t\t\tbreak;\n\t\t\t\n\t\t}\n\n\t}\n}<\/code><\/pre>\n\n\n\n<p>\u8bf4\u660e\uff1a\u5982\u679cswitch-case\u7ed3\u6784\u4e2d\u7684\u591a\u4e2acase\u7684\u6267\u884c\u8bed\u53e5\u76f8\u540c\uff0c\u5219\u53ef\u4ee5\u8003\u8651\u8fdb\u884c\u5408\u5e76\u3002<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>\u66f4\u4f18\u7684\u89e3\u51b3\u65b9\u6848\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>import java.util.Scanner;\n\nclass Score{\n\tpublic static void main(String&#91;] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tSystem.out.println(\"\u8bf7\u8f93\u5165\u60a8\u7684\u6210\u7ee9\uff1a\");\n\t\tint score = scan.nextInt();\n\t\tswitch(score \/ 60){\n\t\tcase 0 :\n\t\t\tSystem.out.println(\"\u4e0d\u53ca\u683c\");\n\t\t\tbreak;\n\t\tcase 1:\n\t\t\tSystem.out.println(\"\u53ca\u683c\");\n\t\t\tbreak;\n\n\t}\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u4f8b\u9898\uff1a\u5bf9\u5b66\u751f\u6210\u7ee9\u5927\u4e8e60\u5206\u7684\uff0c\u8f93\u51fa\u201d\u5408\u683c\u201c\u3002\u4f4e\u4e8e60\u5206\u7684\uff0c\u8f93\u51fa\u201d\u4e0d\u5408\u683c\u201c\u3002 \u8bf4\u660e\uff1a\u5982\u679cswitch-case\u7ed3 [&hellip;]<\/p>\n","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-275","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\/275"}],"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=275"}],"version-history":[{"count":4,"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/posts\/275\/revisions"}],"predecessor-version":[{"id":524,"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/posts\/275\/revisions\/524"}],"wp:attachment":[{"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=275"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=275"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=275"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}