Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Java programming 140 points] 5) This is a programming question. Submit must use class name, variable names, and function names exactlhy as specified below. Create

Java programming
image text in transcribed
140 points] 5) This is a programming question. Submit must use class name, variable names, and function names exactlhy as specified below. Create a Java class called "NBATeam". The class has two member variables: The first variable is called team Name, and will store the team's name. The second variable is called teamRank- and will store a number that represents the team's rank. There are 30 teams in the NBA, so the value of this teamRank variable is a whole number between 1-and 30. The best team in the league will have a teamRank - 1, and the worst team will have teamRank-30 - Add a default constructor to the NBATeam. - Add a constructor that sets all the member variables - Add a function, called 'showRank' that return void, and implements the following logic: This function print one of three possible messages based on the value of the teamRank and according to the following rules: - If the teamRank is 1,2,3,4, or 5, then the function displays "Title contender". - If the teamRank is more than 5, but less than 8, the function displays " A good team" - Otherwise, the function display the value of the teamRank variable. - Compile your code and make sure there are no errors. Submission Instructions: Once the program compiles successfully, rename the file from NBA Team.java NBATeam.txt and upload under the Test 1 submission link on eLearning. Note: Programs uploaded after 09:25 AM will incur a late penalty

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Oracle PL/SQL Programming Database Management Systems

Authors: Steven Feuerstein

1st Edition

978-1565921429

More Books

Students also viewed these Databases questions