what is the java code, psuedo code and flow chart with a detailed explanation of the java code.

Fundamentals of Information Systems
8th Edition
ISBN:9781305082168
Author:Ralph Stair, George Reynolds
Publisher:Ralph Stair, George Reynolds
Chapter7: Knowledge Management And Specialized Information Systems
Section: Chapter Questions
Problem 3PSE
icon
Related questions
Question

what is the java code, psuedo code and flow chart with a detailed explanation of the java code.

WPS Office
.. 모 ×
P .fO X
P .fO X
... O
P Lec모
+
Sign in 3
O Go Premium
... 9 X
16
Menu v
Home
Insert
Comment
Edit
Page
Protect
Tools
S7 Hand Tool
2/6
abc
100%
E Select Tool
Edit Picture PDF to Office
1-1
Auto Scroll
Background Screen Grab Find Highlight Note"
Edit Text
PDF to Picture
Read Mode
Rotate
K
Thinking of the problem in terms of testing, there are three requirements that must be
met:
1. The setNames() method sets the names stored in the object i.e. the values of
firstName, middleName, lastName.
2. The getFullName() method obtains the name of the student with the middle name
converted to an initial only.
3. The getFullIName() method does not change anything – i.e. it does not modify the
values of firstName, middleName, lastName
HINT: To start your Student class, we suggest using the following instance variables:
Instance variables
private String firstName;
private String middleName;
private String lastName;
Home
Pgup
Nav
ter
End
PgDn
Mv Up
Insert
Pause
Mv Dn
Del PrtSçn
ScrLk
Dock
In order to test the requirement above create a java class called StudentTest that allows
Move the cursor to where you want to enter text.
the user to enter the first name, middle name and last name. These values must be set
using the created set meothod and afterwards displays the information back to the
console, however the Middle name is an initial ONLY.
站日 证
Transcribed Image Text:WPS Office .. 모 × P .fO X P .fO X ... O P Lec모 + Sign in 3 O Go Premium ... 9 X 16 Menu v Home Insert Comment Edit Page Protect Tools S7 Hand Tool 2/6 abc 100% E Select Tool Edit Picture PDF to Office 1-1 Auto Scroll Background Screen Grab Find Highlight Note" Edit Text PDF to Picture Read Mode Rotate K Thinking of the problem in terms of testing, there are three requirements that must be met: 1. The setNames() method sets the names stored in the object i.e. the values of firstName, middleName, lastName. 2. The getFullName() method obtains the name of the student with the middle name converted to an initial only. 3. The getFullIName() method does not change anything – i.e. it does not modify the values of firstName, middleName, lastName HINT: To start your Student class, we suggest using the following instance variables: Instance variables private String firstName; private String middleName; private String lastName; Home Pgup Nav ter End PgDn Mv Up Insert Pause Mv Dn Del PrtSçn ScrLk Dock In order to test the requirement above create a java class called StudentTest that allows Move the cursor to where you want to enter text. the user to enter the first name, middle name and last name. These values must be set using the created set meothod and afterwards displays the information back to the console, however the Middle name is an initial ONLY. 站日 证
WPS Office
P .fO X
P .fO X
P
Lec
+
Sign in 3
O Go Premium
P...
.... 9 X
...
16
Menu v
Home
Insert
Comment
Edit
Page
Protect
Tools
S Hand Tool
1/6
abc
150.73%
e Select Tool
Edit Picture PDF to Office
1-1
目 明,8
Auto Scroll
Background Screen Grab Find Highlight Note
Edit Text
PDF to Picture
Read Mode
Rotate
This question concerns writing a Student class to model a student's name, composed
K
of a first name, middle name and last name. The Student class should meet the
following specification:
Class Student
A Student object represents a student. A student has a first name, middle name and last
name.
Methods
public void setNames(String first, String middle, String last)
// Set the first, middle and last names of this Student object.
public String getFullName()
// Obtain the full name of this Student with the middle name converted to an initial only.
A On-Screen Keyboard
1
2 3
4 5
6 7
9.
8 9
Home
PgUp
Nav
- -
Tab q
o p 1
Enter
End
PgDn
Mv Up
e
y
Caps
a s
d f
hjki;
Insert
Pause
Mv Dn
#-
?, ^ Shi Del
Shift | z
m <, >.
PrtScn
V
b
ScrLk
Dock
Fn CtrH Alt
Altı Ctr <
v> a Options
Help
Fade
1/6
> >I
BO 00
+ 23
1:1
151% - -
苗
Transcribed Image Text:WPS Office P .fO X P .fO X P Lec + Sign in 3 O Go Premium P... .... 9 X ... 16 Menu v Home Insert Comment Edit Page Protect Tools S Hand Tool 1/6 abc 150.73% e Select Tool Edit Picture PDF to Office 1-1 目 明,8 Auto Scroll Background Screen Grab Find Highlight Note Edit Text PDF to Picture Read Mode Rotate This question concerns writing a Student class to model a student's name, composed K of a first name, middle name and last name. The Student class should meet the following specification: Class Student A Student object represents a student. A student has a first name, middle name and last name. Methods public void setNames(String first, String middle, String last) // Set the first, middle and last names of this Student object. public String getFullName() // Obtain the full name of this Student with the middle name converted to an initial only. A On-Screen Keyboard 1 2 3 4 5 6 7 9. 8 9 Home PgUp Nav - - Tab q o p 1 Enter End PgDn Mv Up e y Caps a s d f hjki; Insert Pause Mv Dn #- ?, ^ Shi Del Shift | z m <, >. PrtScn V b ScrLk Dock Fn CtrH Alt Altı Ctr < v> a Options Help Fade 1/6 > >I BO 00 + 23 1:1 151% - - 苗
Expert Solution
steps

Step by step

Solved in 4 steps with 4 images

Blurred answer
Knowledge Booster
JQuery and Javascript
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Fundamentals of Information Systems
Fundamentals of Information Systems
Computer Science
ISBN:
9781305082168
Author:
Ralph Stair, George Reynolds
Publisher:
Cengage Learning