Answer:
D. General State folder.
Explanation:
In <em>geographical filing</em>, files received by persons, organizations, firms or businesses are categorized according to their location. This filing method can then be arranged according to numeric or alphabetic order as determined by the filing organization.
Persons, business or organizations that do not specify their business location are placed in a general state folder until their locations are identified.
Answer:
Neither side can reach an agreement
Explanation:
i just took the test
<span>University of California, Berkeley _ comp sci
De Anza College, _ comp sci</span>
Using the computer language in JAVA to write a function code that output numbers in reverse
<h3>Writting the code in JAVA:</h3>
<em>import java.util.Scanner;</em>
<em>public class LabProgram {</em>
<em> public static void main(String[] args) {</em>
<em> Scanner scnr = new Scanner(System.in);</em>
<em> int[] userList = new int[20];</em>
<em> int numElements;</em>
<em> numElements = scnr.nextInt();</em>
<em> for (int i = 0; i < numElements; ++i) {</em>
<em> userList[i] = scnr.nextInt();</em>
<em> }</em>
<em> for (int i = numElements - 1; i >= 0; --i) {</em>
<em> System.out.print(userList[i] + " ");</em>
<em> }</em>
<em> System.out.println();</em>
<em> }</em>
<em>}</em>
See more about JAVA at brainly.com/question/12975450
#SPJ1
Answer:
create a spreadsheet that totals the cost and calculates 120 percent of the total cost