Answer:
first-line indent
Explanation:
The answer is -- first-line indent
The "first-line indent" is a guideline provided by the APA or American Psychological Association for formatting or writing a reference page.
When we start writing text in a page, the first line on our page will line up from the left margin of the page and each line after that is the second and the succeeding lines will also start lining up at the left margin of the page when first line intend is turned on. This is called first-line indent.
Thus the answer is first-line indent
Answer: The one that gives you more vibe that its correct.
Explanation:
C) monochromatic
Hope this helps!
btw make me brainliest?
You'll need a helper variable for this, so depending on your programming language, the solution becomes:
int helper;
helper = arr[i];
arr[i] = arr[j];
arr[j] = helper;