Find Jobs
Hire Freelancers

Do some programming

$10-30 USD

已完成
已发布超过 7 年前

$10-30 USD

货到付款
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: 11806984

关于此项目

4提案
远程项目
活跃8 年前

想赚点钱吗?

在Freelancer上竞价的好处

设定您的预算和时间范围
为您的工作获得报酬
简要概述您的提案
免费注册和竞标工作
颁发给:
用户头像
There is my bid. .
$18 USD 在1天之内
4.9 (1195条评论)
7.4
7.4
4威客以平均价$23 USD来参与此工作竞价
用户头像
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 在3天之内
5.0 (4条评论)
4.4
4.4

关于客户

UNITED STATES的国旗
San Francisco, United States
5.0
6
付款方式已验证
会员自8月 24, 2016起

客户认证

谢谢!我们已通过电子邮件向您发送了索取免费积分的链接。
发送电子邮件时出现问题。请再试一次。
已注册用户 发布工作总数
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
加载预览
授予地理位置权限。
您的登录会话已过期而且您已经登出,请再次登录。