Check whether arrays are empty or not

Assignment Help Basic Computer Science
Reference no: EM13925720

Problem 1: Student class (60 %)

Student class description:

The student type should describe student's last name, first name, id ( letter 'N' followed by an 8-digit number), gpa (a real

number in the range of 0.0 to 4.0, a whole number of credits completed, and a single letter status indicating full time ('F') or

part time ('P'). All students should be full time by default, unless their status is changed.

The operations allowed should be the following:

• Create a new student given the first name, last name, id and status (gpa and number of completed credits both initialized to zero).

• Create a transfer student given the first name, last name, id, status, gpa and number of credits.

• Determine student's id.

• Determine student's name.

• Determine student's status.

• Determine student's gpa.

• Determine student's number of credits.

• Change student's status.

• Update number of completed credits for a student by adding the new number (for example credits completed in the current semester) to the current number of credits. The number of completed credits should never decrease. •

• Change student's gpa (replace the old value of the gpa with new one).

• Produce a string with student information in the following format:

LastName FirstName id status gpa numberOfCredits

Driver program: The driver program is a class with the main method that tests your class. You should make

sure that you class can handle the following situations:

1.Create a new student with valid first/last name, id, and status.

2.Create a new student with valid first/last name, id, and invalid status.

3.Create a new student with valid first/last name, invalid id, and valid status.

4.Create a new student with valid first/last name, invalid id, and invalid status.

5.Create a transfer student with valid first/last name, id, status, gpa and number of credits.

6.Create a transfer student with valid first/last name, id, status, invalid gpa and valid number of credits.

7.Create a transfer student with valid first/last name, id, status, gpa and invalid number of credits.

NOTE: In all of the above cases, you can assume that the first and last names are valid.

8.Change student's status from part time to full time.

9.Change student's status from full time to part time.

10.Change student's status from part/full time to an invalid status.

11.Change student's number of completed credits by adding a positive integer to the current number.

12.Change student's number of completed credits by adding a negative integer to the current number (this shouldnot decrease

the current number of credits).

After each test you should print the string with student information (using the format described above) for the student that was just modified.

SOMETHING TO THINK ABOUT: Think about how you would represent an entire database of students using

a Java class. What operations should that kind of database provide and how (insertions, deletions, queries, modifications of student data)?

Problem 2: ExamGrades class (40 %)

Write a class that can store a list of students and their exam grades. Your class should contain two arrays:

• an array of 100 student last names,

• an array of 100 student exam grades.

Initially both arrays are empty.

The class should have default constructor that does nothing.

The class should provide the following methods:

• add (... ) - adds new student and exam grade; this will add one entry to each array,

• getNumberOfStudents ( ... ) - returns the current number of students in the list

NOTE: the maximum number of students is 100,

• sortByName ( ... ) - sorts both arrays, so that they are arranged alphabetically

NOTE: whenever you move a name in one array, you need to move the grade in the other array

• sortByGrade ( ... ) - sorts both arrays so that they are arranged from highest exam grade to the lowest

NOTE: whenever you move a grade in one array, you need to move the name in the other array

• print ( ... ) - prints to the screen students' name and grade one per line (either unsorted, or in the order

that results from the last sort method used)

NOTE: if an add method is called after one of the sorts methods is called, the new student should be
added to the end of the current list.

This will produce a list that is no longer sorted.

Reference no: EM13925720

Questions Cloud

Depreciable assets and uncollectible accounts expense : To report useful financial information on a timely basis, accountants must make estimates of future results, such as salvage value and useful life of depreciable assets and uncollectible accounts expense (Edmonds, olds & McNair, 2012).
Determine the value of the position if the stock price ends : Regardless of whether the break forward is found to be fairly priced, determine the value of the position if the stock price ends up at 465 and at 425.
Population mean credit card : Formulate the null and alternative hypotheses to test for no difference between the population mean credit card charges for groceries and the population mean credit card charges for dining out.
Difference between intrinsic safety and fail-safe design : Discuss the difference between intrinsic safety and fail-safe design. Provide two examples of each. Which would be preferred under the hierarchy of controls
Check whether arrays are empty or not : Create a new student with valid first/last name, id, and status.
Partnership and a corporation : Going into business can be very tricky, especially if you are undecided as to what type of business you want. There are to choices that suite you two the best and that is Partnership and a corporation, I will be giving you both some information th..
Executive compensation with stock options : In recent months there have been many news stories in the press about executive compensation with stock options. This type of compensation occurs when an executive is granted the "option" to purchase the company's stock at a certain price sometime..
Data showing the results of six subjects on a memory test : What is the probability that you will make a Type I error given that the null hypothesis is true? The probability of type I error is actually alpha given that the null hypothesis is true so it is 0.01.
Customers in exchange for goods or services : The principle that (1) requires revenue to be recognized at the time it is earned, (2) allows the inflow of assets associated with revenue to be in a form other than cash and (3) measures the amount of revenue as the cash plus the cash equivalent ..

Reviews

Write a Review

Basic Computer Science Questions & Answers

  Design a program that asks the user to enter 10 golf scores

design a program that asks the user to enter 10 golf scores. the scores should be stored in an Integer array. Sort the array in ascending order and display its contents).

  How to create a flex program

My assignment is to create a flex file, Can someone take me step by on how to create a flex program. I'm using netbeans.

  Design a complete program - area of a retangle

Design a flowchart and write the pseudocode for this program including a function that accepts a rectangle''s width and length as arguments and returns the rectangle's area.

  Write in hexadecimal representation

what instructions do they represent - Suppose both signed and unsigned cases. Write them in hexadecimal representation.

  Develop an enterprise architecture plan to address

Develop an enterprise architecture plan to address and solve a proposed business ethical problem

  Explaining gui differences and security differences

With that being said, its great that each of you pointed out the GUI differences. What about the Security differences?

  Explain how the method represents knowledge

Select a method for knowledge representation and reasoning that we have not covered in lectures and write 1{2 pages addressing the following: briefly describe how the method represents knowledge and include an example; briefly describe the inferenc..

  Consider a variant of cbc-mode encryption

Consider a variant of CBC-mode encryption where the sender simply increments the IV by 1 each time a message is encrypted (rather than choosing IV at random each time). Show that the resulting scheme is not CPA-secure.

  Discuss the the role mobile technologies

Discuss the the role mobile technologies can play in the launch of a new product

  Program to clear register a

Write a program to clear Register A, add five to Register A 10 times, and place the result in RAM Location $2000. Use a RAM location for holding the counter.

  What is absolute advantage and specialization in economics

What is absolute advantage and specialization in economics?

  Use the random class to randomly fill array list1

Use the Random class to randomly fill array list1 and then copy that array to list2 and list3. Use of the int data type is preferred.

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