Define the public methods

Assignment Help Basic Computer Science
Reference no: EM133860503

Question

In the Client class, declare the following private fields: integer age string name and define the following public methods: getAge() has no parameters and returns the age field. getName() has no parameters and returns the name field. Ex: If the input is 41 Maite, then the output is: Age: 41 Name: Maite Note: If a field is not properly declared as private, an error message will be output.public class Client { /* Your code goes here */ public void setAge(int customAge) { age = customAge; } public void setName(String customName) { name = customName; } }import java.util.Scanner; public class ClientArchive { public static void main(String[] args) { Scanner scnr = new Scanner(System.in); Client client1 = new Client(); int inputAge; String inputName; inputAge = scnr.nextInt(); inputName = scnr.next(); client1.setAge(inputAge); client1.setName(inputName); System.out.println("Age: " + client1.getAge()); System.out.println("Name: " + client1.getName()); } }

Reference no: EM133860503

Questions Cloud

Systems career involves implementing-monitoring precautions : Which network systems career involves implementing and monitoring precautions such as encryption, firewalls, and user passwords?
About big data based recommendation systems : Which of the following statements are incorrect about big data based recommendation systems?
Pizza Ordering System : Pizza Ordering System - Additional Requirements: The restaurant does not only offer pizza, but also other food items
Selection sort and bubble sort : In the world of computers, two non-recursive sorting algorithms are recognized: selection sort and bubble sort.
Define the public methods : In the Client class, declare the following private fields: integer age string name and define the following public methods:
Default values unspecified : In the class definition, initialize the private fields color (string), age (integer), and type (string) with the default values "Unspecified"
The animal class has constructor with no parameters : The Animal class has a constructor with no parameters. Define a public overloaded constructor that takes two string parameters and initializes the animal's type
Explain what is involved in artificial intelligence : Explain what is involved in Artificial Intelligence (AI) and how it works. Explain what is involved in Blockchain and how it works.
Integer numEmployees integer numSold : In the Shop class, declare the following private fields: integer numEmployees integer numSold

Reviews

Write a Review

Basic Computer Science Questions & Answers

  Identifies the cost of computer

identifies the cost of computer components to configure a computer system (including all peripheral devices where needed) for use in one of the following four situations:

  Input devices

Compare how the gestures data is generated and represented for interpretation in each of the following input devices. In your comparison, consider the data formats (radio waves, electrical signal, sound, etc.), device drivers, operating systems suppo..

  Cores on computer systems

Assignment : Cores on Computer Systems:  Differentiate between multiprocessor systems and many-core systems in terms of power efficiency, cost benefit analysis, instructions processing efficiency, and packaging form factors.

  Prepare an annual budget in an excel spreadsheet

Prepare working solutions in Excel that will manage the annual budget

  Write a research paper in relation to a software design

Research paper in relation to a Software Design related topic

  Describe the forest, domain, ou, and trust configuration

Describe the forest, domain, OU, and trust configuration for Bluesky. Include a chart or diagram of the current configuration. Currently Bluesky has a single domain and default OU structure.

  Construct a truth table for the boolean expression

Construct a truth table for the Boolean expressions ABC + A'B'C' ABC + AB'C' + A'B'C' A(BC' + B'C)

  Evaluate the cost of materials

Evaluate the cost of materials

  The marie simulator

Depending on how comfortable you are with using the MARIE simulator after reading

  What is the main advantage of using master pages

What is the main advantage of using master pages. Explain the purpose and advantage of using styles.

  Describe the three fundamental models of distributed systems

Explain the two approaches to packet delivery by the network layer in Distributed Systems. Describe the three fundamental models of Distributed Systems

  Distinguish between caching and buffering

Distinguish between caching and buffering The failure model defines the ways in which failure may occur in order to provide an understanding of the effects of failure. Give one type of failure with a brief description of the failure

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