Question #1  refers to the quote below.   “So that, the trut…

Question #1  refers to the quote below.   “So that, the truth is, we have to work for little or nothing, or become vagrants!  And that, of course, in this State would mean that we would be arrested, tried, and dispatched to the “State Farm,” where we would surely have to work for nothing or be beaten with many stripes!”               “More Slavery at the South,” by a Negro Nurse, Independent, 25 January 1912, 196-200.   The passage above mentioned being arrested for vagrancy.  This showed what fact about the legal status of African Americans?

Using C, pseudo-C or pseudocode, solve the following problem…

Using C, pseudo-C or pseudocode, solve the following problem. Note that this means you do not need to define a main function, or worry about syntax. If you describe your answer in plain text, make sure you are detailed enough to demonstrate an understanding of programming concepts to solve a problem.  Even number: Write a function that takes a single int input and returns a 0 if the input variable was not even and a 1 if it was even. Hint: the modulo operator (%) may be useful