score computation

score computation

View Answers

September 9, 2008 at 12:03 PM

Hi friend,

import java.io.*;
import java.util.HashMap;
import java.util.Map;
import java.util.*;
public class ReadLine {

public static void main(String[] args) throws Exception {
InputStreamReader isr = new InputStreamReader(System.in);
BufferedReader bufReader = new BufferedReader(isr);
System.out.println("Enter the number Student less then or equal to 50");
int studentNo = Integer.parseInt(bufReader.readLine());
Map map = new HashMap();
int score=0;
String studentName;
for(int i=1;i<=studentNo;i++)
{
System.out.println("Enter the Student");
studentName = bufReader.readLine().toString();
System.out.println("Enter the Score");
score = Integer.parseInt(bufReader.readLine());
map.put(score, studentName);
}
Iterator iterator = map.keySet().iterator();
int sum=0;
int max=0;
while( iterator. hasNext() ){
int s = Integer.parseInt(iterator.next().toString().trim());
if(max<s)
{
max=s;
}
sum+=s;
}
int totalsutdent = map.size();
int avg=Math.round(sum/totalsutdent);
System.out.println("avg " + avg);
System.out.println("max " + max);
Iterator lowItr = map.keySet().iterator();
String lowStudent="";
String highStudent="";
while(lowItr.hasNext()){
int sval= Integer.parseInt(lowItr.next().toString().trim());
if(sval<avg)
{
lowStudent+=map.get(sval)+",";
}
if(max==sval)
{
highStudent+=map.get(sval)+",";
}
}
System.out.println("Students whose test scores are below the class average = " + avg );
System.out.println( lowStudent.substring(0,lowStudent.lastIndexOf(",")));
System.out.println("Students whose test scores are highest = " + max );
System.out.println("" + highStudent.substring(0,highStudent.lastIndexOf(",")));
}
}


For read more information :
http://www.roseindia.net/java/

Thanks









Related Tutorials/Questions & Answers:
score computation - Java Beginners
score computation  Hello maam and sir its ok with you that you... * highest test score and the names of all the students havinng the highest score (thank you so much for your time,hope you will gonna help me)  Hi
ModuleNotFoundError: No module named 'Statistical_Computation'
ModuleNotFoundError: No module named 'Statistical_Computation'  Hi...: No module named 'Statistical_Computation' How to remove the ModuleNotFoundError: No module named 'Statistical_Computation' error? Thanks   
Advertisements
ModuleNotFoundError: No module named 'Statistical_Computation'
ModuleNotFoundError: No module named 'Statistical_Computation'  Hi...: No module named 'Statistical_Computation' How to remove the ModuleNotFoundError: No module named 'Statistical_Computation' error? Thanks   
ModuleNotFoundError: No module named 'computation-graph'
ModuleNotFoundError: No module named 'computation-graph'  Hi, My... named 'computation-graph' How to remove the ModuleNotFoundError: No module named 'computation-graph' error? Thanks   Hi, In your
computation code - Java Beginners
computation code  "Helo man&sir can you share or gave me a java code hope its ok?"thank you Design a program that records and reports the weekly sales amount for the salespeople of a company. Each of the (n) salepeople
ModuleNotFoundError: No module named 'symbolic-quantum-computation'
ModuleNotFoundError: No module named 'symbolic-quantum-computation'  ...: No module named 'symbolic-quantum-computation' How to remove the ModuleNotFoundError: No module named 'symbolic-quantum-computation' error
ModuleNotFoundError: No module named 'symbolic-quantum-computation'
ModuleNotFoundError: No module named 'symbolic-quantum-computation'  ...: No module named 'symbolic-quantum-computation' How to remove the ModuleNotFoundError: No module named 'symbolic-quantum-computation' error
ModuleNotFoundError: No module named 'odoo10-addon-stock-picking-delivery-info-computation'
-computation'  Hi, My Python program is throwing following error...-info-computation' How to remove the ModuleNotFoundError: No module named 'odoo10-addon-stock-picking-delivery-info-computation' error? Thanks
ModuleNotFoundError: No module named 'odoo10-addon-stock-picking-delivery-info-computation'
-computation'  Hi, My Python program is throwing following error...-info-computation' How to remove the ModuleNotFoundError: No module named 'odoo10-addon-stock-picking-delivery-info-computation' error? Thanks
ModuleNotFoundError: No module named 'odoo10-addon-stock-picking-delivery-info-computation'
-computation'  Hi, My Python program is throwing following error...-info-computation' How to remove the ModuleNotFoundError: No module named 'odoo10-addon-stock-picking-delivery-info-computation' error? Thanks
ModuleNotFoundError: No module named 'odoo12-addon-stock-picking-delivery-info-computation'
-computation'  Hi, My Python program is throwing following error...-info-computation' How to remove the ModuleNotFoundError: No module named 'odoo12-addon-stock-picking-delivery-info-computation' error? Thanks
ModuleNotFoundError: No module named 'score'
ModuleNotFoundError: No module named 'score'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'score' How to remove the ModuleNotFoundError: No module named 'score'
Version of com.madgag>string-score dependency
List of Version of com.madgag>string-score dependency
ModuleNotFoundError: No module named 'bills-score'
ModuleNotFoundError: No module named 'bills-score'  Hi, My Python... 'bills-score' How to remove the ModuleNotFoundError: No module named 'bills-score' error? Thanks   Hi, In your python environment
ModuleNotFoundError: No module named 'cricket-score'
ModuleNotFoundError: No module named 'cricket-score'  Hi, My... 'cricket-score' How to remove the ModuleNotFoundError: No module named 'cricket-score' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'music-score'
ModuleNotFoundError: No module named 'music-score'  Hi, My Python... 'music-score' How to remove the ModuleNotFoundError: No module named 'music-score' error? Thanks   Hi, In your python environment
ModuleNotFoundError: No module named 'net-score'
ModuleNotFoundError: No module named 'net-score'  Hi, My Python... 'net-score' How to remove the ModuleNotFoundError: No module named 'net-score' error? Thanks   Hi, In your python environment you
ModuleNotFoundError: No module named 'odoo-score'
ModuleNotFoundError: No module named 'odoo-score'  Hi, My Python... 'odoo-score' How to remove the ModuleNotFoundError: No module named 'odoo-score' error? Thanks   Hi, In your python environment you
ModuleNotFoundError: No module named 'rouge-score'
ModuleNotFoundError: No module named 'rouge-score'  Hi, My Python... 'rouge-score' How to remove the ModuleNotFoundError: No module named 'rouge-score' error? Thanks   Hi, In your python environment
ModuleNotFoundError: No module named 'appearance-score'
ModuleNotFoundError: No module named 'appearance-score'  Hi, My... named 'appearance-score' How to remove the ModuleNotFoundError: No module named 'appearance-score' error? Thanks   Hi, In your
ModuleNotFoundError: No module named 'bills-score'
ModuleNotFoundError: No module named 'bills-score'  Hi, My Python... 'bills-score' How to remove the ModuleNotFoundError: No module named 'bills-score' error? Thanks   Hi, In your python environment
ModuleNotFoundError: No module named 'cricket-score'
ModuleNotFoundError: No module named 'cricket-score'  Hi, My... 'cricket-score' How to remove the ModuleNotFoundError: No module named 'cricket-score' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'cric_score'
ModuleNotFoundError: No module named 'cric_score'  Hi, My Python... 'cric_score' How to remove the ModuleNotFoundError: No module named 'cric_score' error? Thanks   Hi, In your python environment you
ModuleNotFoundError: No module named 'bert-score'
ModuleNotFoundError: No module named 'bert-score'  Hi, My Python... 'bert-score' How to remove the ModuleNotFoundError: No module named 'bert-score' error? Thanks   Hi, In your python environment you
ModuleNotFoundError: No module named 'net-score'
ModuleNotFoundError: No module named 'net-score'  Hi, My Python... 'net-score' How to remove the ModuleNotFoundError: No module named 'net-score' error? Thanks   Hi, In your python environment you
ModuleNotFoundError: No module named 'bert-score'
ModuleNotFoundError: No module named 'bert-score'  Hi, My Python... 'bert-score' How to remove the ModuleNotFoundError: No module named 'bert-score' error? Thanks   Hi, In your python environment you
ModuleNotFoundError: No module named 'dye-score'
ModuleNotFoundError: No module named 'dye-score'  Hi, My Python... 'dye-score' How to remove the ModuleNotFoundError: No module named 'dye-score' error? Thanks   Hi, In your python environment you
ModuleNotFoundError: No module named 'cricket-score-indicator'
ModuleNotFoundError: No module named 'cricket-score-indicator'  Hi...: No module named 'cricket-score-indicator' How to remove the ModuleNotFoundError: No module named 'cricket-score-indicator' error? Thanks   
ModuleNotFoundError: No module named 'faker-credit-score'
ModuleNotFoundError: No module named 'faker-credit-score'  Hi, My... named 'faker-credit-score' How to remove the ModuleNotFoundError: No module named 'faker-credit-score' error? Thanks   Hi, In your
ModuleNotFoundError: No module named 'football_score_indicator'
ModuleNotFoundError: No module named 'football_score_indicator'  Hi...: No module named 'football_score_indicator' How to remove the ModuleNotFoundError: No module named 'football_score_indicator' error? Thanks  
ModuleNotFoundError: No module named 'music-score-creator'
ModuleNotFoundError: No module named 'music-score-creator'  Hi, My... named 'music-score-creator' How to remove the ModuleNotFoundError: No module named 'music-score-creator' error? Thanks   Hi
ModuleNotFoundError: No module named 'music-score-creator'
ModuleNotFoundError: No module named 'music-score-creator'  Hi, My... named 'music-score-creator' How to remove the ModuleNotFoundError: No module named 'music-score-creator' error? Thanks   Hi
ModuleNotFoundError: No module named 'ntp-pool-score'
ModuleNotFoundError: No module named 'ntp-pool-score'  Hi, My... named 'ntp-pool-score' How to remove the ModuleNotFoundError: No module named 'ntp-pool-score' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'score_mip_variants'
ModuleNotFoundError: No module named 'score_mip_variants'  Hi, My... named 'score_mip_variants' How to remove the ModuleNotFoundError: No module named 'score_mip_variants' error? Thanks   Hi, In your
ModuleNotFoundError: No module named 'blast-score-ratio'
ModuleNotFoundError: No module named 'blast-score-ratio'  Hi, My... named 'blast-score-ratio' How to remove the ModuleNotFoundError: No module named 'blast-score-ratio' error? Thanks   Hi, In your
ModuleNotFoundError: No module named 'build_score_logit_knn'
ModuleNotFoundError: No module named 'build_score_logit_knn'  Hi...: No module named 'build_score_logit_knn' How to remove the ModuleNotFoundError: No module named 'build_score_logit_knn' error? Thanks   Hi
ModuleNotFoundError: No module named 'cricket-score-indicator'
ModuleNotFoundError: No module named 'cricket-score-indicator'  Hi...: No module named 'cricket-score-indicator' How to remove the ModuleNotFoundError: No module named 'cricket-score-indicator' error? Thanks   
ModuleNotFoundError: No module named 'dls-marco-score-ispyb'
ModuleNotFoundError: No module named 'dls-marco-score-ispyb'  Hi...: No module named 'dls-marco-score-ispyb' How to remove the ModuleNotFoundError: No module named 'dls-marco-score-ispyb' error? Thanks   Hi
ModuleNotFoundError: No module named 'faker-credit-score'
ModuleNotFoundError: No module named 'faker-credit-score'  Hi, My... named 'faker-credit-score' How to remove the ModuleNotFoundError: No module named 'faker-credit-score' error? Thanks   Hi, In your
ModuleNotFoundError: No module named 'football_score_indicator'
ModuleNotFoundError: No module named 'football_score_indicator'  Hi...: No module named 'football_score_indicator' How to remove the ModuleNotFoundError: No module named 'football_score_indicator' error? Thanks  
ModuleNotFoundError: No module named 'gda-score-code'
ModuleNotFoundError: No module named 'gda-score-code'  Hi, My... named 'gda-score-code' How to remove the ModuleNotFoundError: No module named 'gda-score-code' error? Thanks   Hi, In your python
Version of com.eharmony>aloha-avro-score-java dependency
List of Version of com.eharmony>aloha-avro-score-java dependency
SCORE Embedded Ada
SCORE Embedded Ada       SCORE (Safety Critical, Object-oriented, Real-time, Embedded) supports a variety of target processors and languages, individually or integrated
Maven Repository/Dependency: com.madgag | string-score
Maven Repository/Dependency of Group ID com.madgag and Artifact ID string-score. Latest version of com.madgag:string-score dependencies. # Version Release Date 1
Highest average score among 25 students
Highest average score among 25 students  a program that prompts the user to enter grades of 25 students in a class and grade them into 4 lessons (grades should range between 10 and 20, otherwise the user is prompted to enter
Maven Dependency aloha-avro-score-java >> 4.1.0
You should include the dependency code given in this page to add Maven Dependency of com.eharmony >> aloha-avro-score-java version4.1.0 in your project
Maven Dependency aloha-avro-score-java >> 4.1.1
You should include the dependency code given in this page to add Maven Dependency of com.eharmony >> aloha-avro-score-java version4.1.1 in your project
Maven Dependency aloha-avro-score-java >> 4.1.3
You should include the dependency code given in this page to add Maven Dependency of com.eharmony >> aloha-avro-score-java version4.1.3 in your project
Maven Dependency aloha-avro-score-java >> 4.2.0
You should include the dependency code given in this page to add Maven Dependency of com.eharmony >> aloha-avro-score-java version4.2.0 in your project
Maven Dependency string-score >> 0.0.1-UNOFFICIAL-ROBERTO-RELEASE
You should include the dependency code given in this page to add Maven Dependency of com.madgag >> string-score version0.0.1-UNOFFICIAL-ROBERTO-RELEASE in your project

Ads