Find Jobs
Hire Freelancers

Do some programming

$10-30 USD

Concluído
Publicado há mais de 7 anos

$10-30 USD

Pago na entrega
Question 2 myBag is an object of type BagInterface. myBag currently contains the Strings: carla larry tommy hillary What will be printed after the following is executed? [login to view URL]([login to view URL]()); Select one: larry carla hillary tommy null You cannot tell Question 3 myList is an object of type ListInterface. myList currently contains the Strings: cabbage squash banana orange What will be printed after the following is executed? [login to view URL]([login to view URL](4)); Select one: cabbage squash banana orange null Question 4 list is an object of type ListInterface that contains the strings: goose dog horse elephant Which of the following statements will result in list containing: goose dog elephant Select one: [login to view URL](1); [login to view URL](2); [login to view URL](3); [login to view URL](4); none of the above Question 5 myList is an object of type ListInterface. myList currently contains the Strings: car food dog lamp What will the list contain after the following is executed? [login to view URL](2, "book"); Write the contents of the list with each element separated by a single space. Answer: Question 6 Write a complete method at the client level called countGreaterThan. ◦ The method counts how many items in a bag are greater than some number. ◦ For example, if a bag contains (8, 9, 6, 3, 8, 6, 1) and you invoke the method with number = 3, the method will return 5 because there are 5 numbers greater than 3 in the bag (the 8, 9, 6, 8 and 6). ◦ The bag should not be altered when the method completes. ◦ The method header is: public int counterGreaterThan(BagInterface<Integer> bag, int number) ◦ For this question, you are writing code at the client level. This means you do not know how the bag is implemented. ◦ Use any of the following BagInterface methods to answer the question below. ◦ Note that toArray is not listed and should not be used in your solution. public boolean add(T newEntry) public boolean isEmpty() public boolean contains(T anObject) public boolean remove() public boolean remove(T anEntry) public int getFrequencyOf(T anEntry) public int getCurrentSize() public void clear() Question 7 Write a complete method at the client level called containsExactlyOnce. ◦ The method determines whether String is contained on a list exactly one time. ◦ The list should not be altered by the method. ◦ The method header is: public boolean containsExactlyOnce(ListInterface<String> list, String entry) ◦ For this question, you are writing code at the client level. This means you do not know how the list is implemented. ◦ Use any of the following ListInterface methods to answer the question below. ◦ Note that toArray is not listed and should not be used in your solution. public void add(T newEntry) public void add(int newPosition, T newEntry) public boolean isEmpty() public boolean contains(T anObject) public T remove(int givenPosition) public T replace(int givenPosition, T newEntry) public T getEntry(int givenPosition) public int getLength() public void clear() Question 8 The private data for an array-based AList object called aList is below: numberOfEntries 5 entry[0] entry[1] entry[2] entry[3] entry[4] entry[5] entry[6] 26 36 51 38 31 
What will be the list contents after executing [login to view URL](1,61); Select one: 26, 36, 51, 38, 31, 61 61, 36, 51, 38, 31 26, 61, 36, 51, 36, 31 61, 26, 36, 51, 38, 31 none of the above Question 9 In the AList implementation, when an array-based list is empty Select one or more: the numberOfEntries field contains 0 the array is set to null the array is re-sized to have no elements (meaning [login to view URL] = 0)
ID do Projeto: 11806984

Sobre o projeto

4 propostas
Projeto remoto
Ativo há 8 anos

Quer ganhar algum dinheiro?

Benefícios de ofertar no Freelancer

Defina seu orçamento e seu prazo
Seja pago pelo seu trabalho
Descreva sua proposta
É grátis para se inscrever e fazer ofertas em trabalhos
Concedido a:
Avatar do Usuário
There is my bid. .
$18 USD em 1 dia
4,9 (1195 avaliações)
7,4
7,4
4 freelancers estão ofertando em média $23 USD for esse trabalho
Avatar do Usuário
Hello, I am java programmer and web Developer and if interested in my offer please write more about the details of the project in a private message
$20 USD em 3 dias
5,0 (4 avaliações)
4,4
4,4

Sobre o cliente

Bandeira do(a) UNITED STATES
San Francisco, United States
5,0
6
Método de pagamento verificado
Membro desde ago. 24, 2016

Verificação do Cliente

Obrigado! Te enviamos um link por e-mail para que você possa reivindicar seu crédito gratuito.
Algo deu errado ao enviar seu e-mail. Por favor, tente novamente.
Usuários Registrados Total de Trabalhos Publicados
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Carregando pré-visualização
Permissão concedida para Geolocalização.
Sua sessão expirou e você foi desconectado. Por favor, faça login novamente.