Print the name and number

Assignment Help JAVA Programming
Reference no: EM13759463

Question is to print the name and number you entered in order either asked by name or number.

package roaster1;
importjava.util.*;
publicclass roaster1 {
@SuppressWarnings("resource")
publicstaticvoid main(String[] args){
String [] last = newString[5];
int [] grade = newint[5];
intcount=0;
intselection = 0;
charin='Y';

inta,b;

Scanner keyboard = newScanner(System.in);
System.out.println("Please enter your grade>>");
grade[count]= keyboard.nextInt();
while( count< 5 &&in !='N'){
System.out.println("Please enter your Last Name>>");
last[count]= keyboard.next();

     count= last.length;
System.out.println("Please enter grade from 1-100>>");
a= keyboard.nextInt();
if ( a>=0 &&a<=100){
grade[count]=a;
}

else {
System.out.println("Please enter grade Again from 1-100>>");
b=keyboard.nextInt();
grade[count]=b;
++count;
}
System.out.println("Continue? Enter Y for Yes and N for NO?");
in= keyboard.next().toUpperCase().charAt(0);
}//While end
do {
System.out.println("");
System.out.println("Please choose an option");
System.out.println("1. Arrange By Student Name");
System.out.println("2. Arrange By Student Grade");
System.out.println("3. Exit Program");
System.out.println("");
selection = keyboard.nextInt();

switch(selection){
case 1:
case 2:
Bubble(last,grade,selection,count);
//Print(last, grade,count);
}//end switch
}while (selection !=3);//end do
}//main ends

privatestaticvoid Bubble(String[] name, int[] grade, intCheck,
intcount) {
String nme=null;
intgrd = 0;

if ( Check==1){
for ( intj=1; j<count; j++){
for( inti=1; i<= count-1; i++){
if (name[i-1].compareTo(name[i])>0){
nme = name[i-1];
grd = grade[i-1];
name[i-1]=name[i];
grade[i-1]=grade[i];
name[i]=nme;
grade[i]=grd;
}// if end
}//end for inner loop.b

}//end for outer loop.
System.out.println("Name\tGrade");
for (inti=0; i<count; i++){
System.out.println(name[ i]+""+grade[i]);
}
}//if for check end

else{
for (intj=1; j<count; j++){
for(inti=1; i<= count-1; i++){
if (grade[i-1] <grade[i]){
nme = name[i-1];
grd = grade[i-1];
name[i-1]= name[i];
grade[i-1]= grade[i];
name[i]= nme;
grade[i]=grd;
}//end for else for outer loop.
}//end for else for inner loop
}//end for else if last part for swap.
System.out.println("Name\tGrade");
for (inti=0; i<count; i++){
System.out.println(name[ i]+""+grade[i]);
}
}//else end
}//bubble class end
}//roaster class end.

Reference no: EM13759463

Questions Cloud

Outline for a standards manual for your data warehouse : Prepare an outline for a standards manual for your data warehouse. Consider all types of objects and their naming conventions. Indicate why standards are important. Produce a detailed table of contents.
White-hat hackers to breach systems : Go online and search for information about Operation Eligible Receiver. What details can you find? For example, which government systems were infiltrated? How difficult was it for white-hat hackers to breach those systems?
Describe the merits of OLAP : As a senior analyst on the project team of a publishing company exploring the options for a data warehouse, make a case for OLAP.  Describe the merits of OLAP and how it will be essential in your environment.
Data warehouse with those in operational systems : Compare the usage and value of information in the data warehouse with those in operational systems. Explain the major differences. Discuss and give examples.
Print the name and number : Question is to print the name and number you entered in order either asked by name or number.
For health-related companies such as weight watchers : For health-related companies such as Weight Watchers, one of the most frequent ethical issues related to communications that they face is
About the insurance busines : Assume you are in the insurance business.  Find two examples of type 2 slowly changing dimensions in that business.  As an analyst on the project, write the specifications for applying the type 2 changes to the data warehouse with regard to the two e..
Effectiveness of the physical and environmental security : Evaluate the effectiveness of the physical and environmental security measures that the organization you researched used in regard to protecting its assets
Explain how eliade uses the concepts of chaos and cosmos : Explain how Eliade uses the concepts of "chaos" and "cosmos" to describe the origins of the universe as essentially a mythic or religious account of the work of the gods.

Reviews

Write a Review

JAVA Programming Questions & Answers

  Recursive factorial program

Write a class Array that encapsulates an array and provides bounds-checked access. Create a recursive factorial program that prompts the user for an integer N and writes out a series of equations representing the calculation of N!.

  Hunt the wumpus game

Reprot on Hunt the Wumpus Game has Source Code listing, screen captures and UML design here and also, may include Javadoc source here.

  Create a gui interface

Create GUI Interface in java programing with these function: Sort by last name and print all employees info, Sort by job title and print all employees info, Sort by weekly salary and print all employees info, search by job title and print that emp..

  Plot pois on a graph

Write a JAVA program that would get the locations of all the POIs from the file and plot them on a map.

  Write a university grading system in java

University grading system maintains number of tables to store, retrieve and manipulate student marks. Write a JAVA program that would simulate a number of cars.

  Wolves and sheep: design a game

This project is designed a game in java. you choose whether you'd like to write a wolf or a sheep agent. Then, you are assigned to either a "sheep" or a "wolf" team.

  Build a graphical user interface for displaying the image

Build a graphical user interface for displaying the image groups (= cluster) in JMJRST. Design and implement using a Swing interface.

  Determine the day of the week for new year''s day

This assignment contains a java project. Project evaluates the day of the week for New Year's Day.

  Write a java windowed application

Write a Java windowed application to do online quiz on general knowledge and the application also displays the quiz result.

  Input pairs of natural numbers

Java program to input pairs of natural numbers.

  Create classes implement java interface

Interface that contains a generic type. Create two classes that implement this interface.

  Java class, array, link list , generic class

These 14 questions covers java class, Array, link list , generic class.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd