Program first reads integer certificatecount from input

Assignment Help Basic Computer Science
Reference no: EM133860498

Question

The program first reads integer certificateCount from input, representing the number of pairs of inputs to be read. Each pair has a string and an integer, representing the certificate's holder and level, respectively. One Certificate object is created for each pair and added to ArrayList certificateList. Output "Smallest certificate level: ", followed by the smallest level of all the Certificate objects and a newline. Ex: If the input is: 4 Gil 11 Noa 1 Rob 5 Tia 7 then the output is: Smallest certificate level: 1import java.util.Scanner; import java.util.ArrayList; public class Certificates { public static void main(String[] args) { Scanner scnr = new Scanner(System.in); ArrayList certificateList = new ArrayList(); Certificate currCertificate; String currHolder; int currLevel; int smallestLevel; int certificateCount; int i; certificateCount = scnr.nextInt(); for (i = 0; i < certificateCount; ++i) { currHolder = scnr.next(); currLevel = scnr.nextInt(); currCertificate = new Certificate(); currCertificate.setDetails(currHolder, currLevel); certificateList.add(currCertificate); } smallestLevel = certificateList.get(0).getLevel(); /* Your code goes here */ } }.

Reference no: EM133860498

Questions Cloud

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
Program first reads integer certificatecount from input : The program first reads integer certificateCount from input, representing the number of pairs of inputs to be read.
Excel spreadsheet containing one column of temperature : For this task you have been provided with some code that will import an Excel spreadsheet containing one column of temperature readings
What does packing refer to in Python : What does "packing" refer to in Python? Creating a list Initializing variables using values from a list Storing multiple variables' values by putting them
What is Single Scan Multi Action : What is Single Scan Multi Action (SSMA)? A virtual device that isolates traffic so that it can be scanned for zero day threats Patented Technology
Technical requirements for Adopt-a-Farm virtual business : Identify and document high-level technical requirements for the Adopt-a-Farm virtual business. Identify one additional applicable model type for Adopt-a-Farm

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