Just need correct options for ALL three no need for explanat
Just need correct options for ALL three no need for explanation. (This is Intro JAVA)
Will definitely leave positive rating upon all three parts answered. Thanks
Solution
28 .b)list with sentinal. it is because the entire list is positve except -1 so this could be sentinel of -1 means one need to terminate a program if value is negative.
29 . b)do while loop- execute the content of loop once before checking the condition
30 . b) special value that cannot be mistaken as a member of list and is used to terminate a program
