Thank you for being the rare question where you actually provide what language you want your answer in; I approve, and encourage this.
In Java, the following will work.
I made it a bit more versatile to work with others numbers, other than 99, if you so please (if not, just hardcode the 99 in yourself).
// Example list - fill this with numbers yourself.
ArrayList<Integer> nums = new ArrayList<>();
int n = 99;
int count = (int)nums.stream().filter(i -> i == n).count();
System.out.println(n + " occurences.");
Answer:
B) Worksheet
Explanation:
In Microsoft Excel and all the other spreadsheet applications, a worksheet is a file that contains cells, the cells are an intersections of rows and columns, and it provides the interface where the users can input and modify data, because of the row/column nature of worksheets, a table structure can easily be developed for the organization of data/information from where they can be plotted to a chart. Hence every chart has a corresponding worksheet containing its numerical data.
Answer:
Try and do number = 7
If that does not work then I dont know what to tell you.
Explanation:
I'm going have to go with with 1.b and 2.d hope this helps and I don't need help right now.