Briefly describes the method you apply to that collection

Assignment Help JAVA Programming
Reference no: EM131458217

Assignment

Iterating a method over a collection of objects is a common task that you may complete unknowingly each day. Within a collection of similar things, you identify the characteristics that make the individual elements unique and treat them differently according to their classifications. For example, assume that you are at a store and want to pay for something in cash. The bills in your wallet or purse represent a collection of similar objects, differentiated by denomination. It would not be very helpful to treat all of the bills the same, even though they are made from the same paper and have the same dimensions-eight bills does not equate to eight dollars unless each is a one-dollar bill.

How would you calculate how much money you have to spend? Each denomination needs a different value assigned. You compute a running total until you have accounted for all of the bills. For the moment, assume you are uncomfortable carrying large bills, so your wallet or purse contains $1, $5, $10, or $20 bills. The following program represents a "pseudo code" solution to this exercise.

totalCash is a whole number that starts at zero

while (I still have bills left to account for)

if (current bill is $1)
add 1 to totalCash
if (current bill is $5)
add 5 to totalCash
if (current bill is $10)
add 10 to totalCash
if (current bill is $20)
add 20 to totalCash

if (totalCash > itemPrice)
I have enough money to buy the item.

else

I don't.

This is an example of an iterative method because it is repeated over and over for the entire collection.

Think of a way in which you apply an iterative method to a collection of similar objects in your day-to-day life. Be creative-in other words, identify a situation that does not involve money (either paper or coins). Think about the ways in which the items of your collection are alike, as well as the key ways in which they differ.

1. Briefly describes your collection and the elements that comprise it

2. Identifies the characteristic(s) that differentiate(s) the elements of the collection

3. Briefly describes the method you apply to that collection

4. Defines the method using pseudo code that contains at least two if methods.

Reference no: EM131458217

Questions Cloud

How does the change in oil prices affect us economy : 1. How does the change in oil prices affect US economy? 2. What does the change in housing prices mean to the US economy?
How many dollars might theresa expect to need one year hence : Theresa Nunn is planning a? 30-day vacation on Pulau? Penang, Malaysia, one year from now. How many dollars might Theresa expect to need one year hence to pay
Distinguish the institutional and the economic differences : What are the differences between a forward rate agreement and an interest rate futures contract? In your answer, consider both the institutional differences.
Japan success in competing in international markets : Because of japan's success in competing in international markets, it has been the target of numerous complaints that it restricts foreign access.
Briefly describes the method you apply to that collection : Briefly describes the method you apply to that collection. Defines the method using pseudo code that contains at least two if methods.
Summarize five mediator qualifications : Assess three advantages and three disadvantages of mediation.Determine three advantages and three disadvantages of arbitration.
Behavior of final consumers and organizational buyers : Compare and contrast the buying behavior of final consumers and organizational buyers.
What is the current value of one share of this stock : The Bell Weather Co. is a new firm in a rapidly growing industry. What is the current value of one share of this stock if required rate of return
Define the identical contracts : Given the difference between forward rate agreements and interest rate futures contracts, would you expect the FRA rate to equal the futures interest rate.

Reviews

Write a Review

JAVA Programming Questions & Answers

  Recursive factorial program

Write a class Array that encapsulates an array and provides bounds-checked access. Create a recursive factorial program that prompts the user for an integer N and writes out a series of equations representing the calculation of N!.

  Hunt the wumpus game

Reprot on Hunt the Wumpus Game has Source Code listing, screen captures and UML design here and also, may include Javadoc source here.

  Create a gui interface

Create GUI Interface in java programing with these function: Sort by last name and print all employees info, Sort by job title and print all employees info, Sort by weekly salary and print all employees info, search by job title and print that emp..

  Plot pois on a graph

Write a JAVA program that would get the locations of all the POIs from the file and plot them on a map.

  Write a university grading system in java

University grading system maintains number of tables to store, retrieve and manipulate student marks. Write a JAVA program that would simulate a number of cars.

  Wolves and sheep: design a game

This project is designed a game in java. you choose whether you'd like to write a wolf or a sheep agent. Then, you are assigned to either a "sheep" or a "wolf" team.

  Build a graphical user interface for displaying the image

Build a graphical user interface for displaying the image groups (= cluster) in JMJRST. Design and implement using a Swing interface.

  Determine the day of the week for new year''s day

This assignment contains a java project. Project evaluates the day of the week for New Year's Day.

  Write a java windowed application

Write a Java windowed application to do online quiz on general knowledge and the application also displays the quiz result.

  Input pairs of natural numbers

Java program to input pairs of natural numbers.

  Create classes implement java interface

Interface that contains a generic type. Create two classes that implement this interface.

  Java class, array, link list , generic class

These 14 questions covers java class, Array, link list , generic class.

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