In a method named setfavoritesports declare

Assignment Help JAVA Programming
Reference no: EM13876401

Purpose:  To learn how to create, populate, and access arrays using value-receiving and value-returning methods. 

Lab Exercise 6.2 Instructions:  Code a program that prompts the user for the size of the array.  Using the size, the program creates several arrays that will store information about your favorite sports and teams.  There will be one array for the sport, another for the team, and the last one for the year of your team's last championship.  The values in each array at the same location are for a given sport.  Once the arrays are populated, print the information from each array.  The size and input will be the only global variables.  Use printf().  Code your program according to the specifications below.  Use the looping structure generally associated with array processing.  Name the programYourLastNameFirstInitialLE62.java.  The methods will be called from the main().

1st Input Prompt:  Code this in a method named arraySize().  

How many sports are you interested in? 

2nd Input Prompt:  In a method named setFavoriteSports declare the sports array and populate it.  This method will return the sports array to the calling statement.  The 9 in the prompt below will print 1 for the first sport, then 2 for the 2nd one and so forth.  Use the loop-control variable as the value for 9. 

Enter sport #9: 

3rd Input Prompt:  In a method named setFavoriteTeams declare the teams array and populate it.  The Xs in the prompt is the sport.  ThesetFavoriteTeams method will return the teams array to the calling statement as well as receive the sports array from the calling statement.  

Enter your favorite Xxxxxxxxxx team: 

4th Input Prompt:  In a method named setLastChampionship declare the year array and populate it.  The Xs in the prompt is the team name.  The setLastChampionship method will return the year array to the calling statement as well as receive the team array from the calling statement.  This method will be called as an argument in the call to printSportsTeams(). 

Enter the year of the Xxxxxxxxxxxx' last championship: 

Output Specifications:  Where the Xs represent the sport and team and the Zs the year.  Code the output print statement in a method named printSportsTeams() that accepts the sports, teams and year arrays.  In the printSportsTeams method use a for loop to print the information from each array.  The print for the header has to be outside of the for loop because it's printed only once. 


MY SPORTS TEAMS

Sport:  Xxxxxxxxxxxx
Team:  Xxxxxxxxxxxx
Last Championship:  ZZZ9

Sport:  Xxxxxxxxxxxx
Team:  Xxxxxxxxxxxx
Last Championship:  ZZZ9

***END OUTPUT SPECS***

Sample Output:  Follow the spacing and line advances indicated in this output.

Reference no: EM13876401

Questions Cloud

Gallery expects to bring in additional cash flows : Cortez Art Gallery is adding to its existing buildings at a cost of $2 million. The gallery expects to bring in additional cash flows of $520,000, $700,000, and $1,000,000 over the next three years. Given a required rate of return of 10 percent, what..
Create a class called student : Java Create a class called Student that contains: - A field to store the name - A field to store their average numerical grade
Assume poisson properties apply : Leaks occur along a pipeline at the mean rate of 0.5 leaks per mile. Assume Poisson properties apply. What is the probability that a 3 mile stretch will have no leaks? (to four decimal places)
Value bond outstanding with coupon rate : Yan Yan Corp. has a $10,000 par value bond outstanding with a coupon rate of 5.2 percent paid semi annually and 28 years to maturity. The yield to maturity on this bond is 4.3 percent. What is the price of the bond?
In a method named setfavoritesports declare : In a method named setFavoriteSports declare the sports array and populate it.  This method will return the sports array to the calling statement.  The 9 in the prompt below will print 1 for the first sport, then 2 for the 2nd one and so forth.  Use t..
Dimensional array lab : Change the program (AirlineDriver.java) to assign passenger seats in an airplane. Chesapeake Airlines is a small commuter airline with seats for 20 passengers in 5 rows of 4 seats each. Here is the layout:
East and west. bmi has a cost of capital : Back Mountain Industries (BMI) has two divisions: East and West. BMI has a cost of capital of 15%. Selected financial information (in thousands of dollars) for the first year of business follows:
Provide a dollar estimate of the annual cost savings : Provide a dollar estimate of the annual cost savings associated with the recently enacted quality improvements. Show calculations.
Did anyone different get admitted : Is this enough information to determine who should get into the University? If not what other information would you want and why

Reviews

Write a Review

JAVA Programming Questions & Answers

  Create a book class for the library application project

Create a Book class for the Library application project. In addition to properties of author and isbn, with setters/getters, the Book should override Object's base method "boolean equals(Object)" and have a "boolean validate()" method.

  Numerical solution of a two-point boundary-value problem

How to combine both Secant and Runge-Kutta methods and make it to the two-point boundary-value - Numerical Solution of a Two-Point Boundary

  How are they used in javadoc comments

What is a tag and how are they used in Javadoc comments?

  Calculates the total annual compensation of a salesperson

Write a Java application using NetBeans Integrated Development Environment IDE that calculates the total annual compensation of a salesperson.

  Create one cascading style sheet

Create two Web pages describing what is displayed and how and Create one Cascading Style Sheet (.css) file with background color, font type, and font size, and assign it to both Web pages.

  Can you provide the output of this program

Can you provide the output of this program - What is the output of following JavaScript code?

  Create a program that has an array of given length

Create a program that has an array of length 100 which will automatically be filled with randomly generated numbers between 1-100 each time the program is run

  Implement the finite field gf

Write a program called "GF2.java" to implement the finite field GF(p n )where p is a prime number andn is a positive integer.You also need to write four methodsto realize.

  Prepare a java program to create a gui

Prepare a java program to create a GUI and show the picture of the zodiac. Be sure to include comments. The comment should describe the purpose of the program and the data to be entered.

  Minimal spanning tree decreasing edge

minimal spanning tree decreasing edge dismissalreverse-delete algorithm. develop an implementation that computes the

  Length of the string in order to reserve space

To determine the length of the string in order to reserve space for the new string use the library routine strlen. Register a1 contains a pointer to the string to measure and on return register a1 has the number of characters in the string. You..

  Representing an investment value and interest rate

Write a Java test program, all your code should be in the main method that asks the user for two numbers representing an investment value and interest rate.

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