Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to realize the scoring Program of judges in java

2025-02-14 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

This article is to share with you about how java implements the judges' scoring process. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.

The judges scored

Topic: in the competition, six judges grade the contestants, with an integer score of 0-100. The final score of the contestant is the average score of the four judges excluding the highest score and the lowest score (regardless of the decimal part).

Analysis:

Define an array and initialize the array elements with dynamic initialization, with a length of 6

Enter the judges' scores on the keyboard

Accept the judges' scores by means of cyclic improvement

Define the method implementation to get the highest score in the array (calling method)

Define the method implementation to get the lowest score in the array (call method)

Define the method to implement the sum of the occasional elements in the array (calling method)

Calculate the average score according to the calculation rules

Average output score.

Practice:

Define the method implementation to get the highest score in the array (finally, call the method)

Public static int getMax (int [] arr) {int x=arr [0]; for (int aura)

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report