Which of the following methods returns a value?

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter3: Using Methods, Classes, And Objects
Section: Chapter Questions
Problem 4RQ
icon
Related questions
Question
Which of the following methods returns a value?
   
Method changeName(String lName, String fName)
   lastName = lName
   firstName = fName
   Display "The name has been changed to " +
firstName + " " + lastName
End Method
   
Method displayInfo()
   Display "Account #: " + acctNumber
   Display "Account type: " + acctType
   Display "Owner name: " + lastName + ", " + firstName
   Display "Current balance: " + acctBal
End Method
   
Method withdraw(Numeric amt)
   acctBal = acctBal - amt
   Display "The new balance is: $" + acctBal
End Method
   
Method inquire()
   Return acc
Expert Solution
Step 1

Here we take all methods and explain how it's working:

==================================

1.take as fname and lname and display the changed name.

That is not return any value.

 

2.second methods show all account information.

So,that is not return any value.

 

 

trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
void method
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
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning