SHORT ESSAY #1: Choose ONE of the following terms and write…

SHORT ESSAY #1: Choose ONE of the following terms and write a short essay (1-2 full, robust paragraphs with a paragraph defined as at least 5 sentences) using information from readings, textbook materials, lectures, and author videos that clearly identifies and explains the term AND gives the significance in proper historical context. Vague or overly brief essays without noted significance cannot receive more than half credit. A. Philip Randolph Office of War Mobilization Executive Order 9066

SHORT ESSAY #2 Choose ONE of the following terms and write a…

SHORT ESSAY #2 Choose ONE of the following terms and write a short essay (1-2 full, robust paragraphs with a paragraph defined as at least 5 sentences) using information from readings, textbook materials, lectures, and author videos that clearly identifies and explains the term AND gives the significance in proper historical context. Vague or overly brief essays without noted significance cannot receive more than half credit. Jimmie Lee Jackson Literacy tests Lyndon Johnson’s speech for Voting Rights Act

Write a function that takes an input integer N > 0 and print…

Write a function that takes an input integer N > 0 and prints the following pattern. See some print examples below for different values of N. If N=1, output is 1 If N=2, output is 1 2   1 If N=3, output is 1 2 3     2 1     1 If N=4, output is 1 2 3 4       3 2 1     1 2       1 If N=5, output is 1 2 3 4 5         4 3 2 1     1 2 3         2 1         1