“Why is it necessary for lawyers to provide representation to “unsavory clients”?

“Why is it necessary  for lawyers to provide representation to “unsavory clients”? “

Tip: As you answer this question, you are welcome to refer to cases which have been highlighted in the media,  the movies we have considered in our course so far, as well as element of our readings. Be sure to provide a balanced argument and define key concepts or terms.

You should include a minimum of  three, and  no more than four pages. References must be listed on a separate page.

You must:

Use quotes to support your discussion

List your references following APA citation protocols.

Postfix Calculator

Postfix is an expression in which the operands are placed before their operators. There are no precedence rules, no parentheses needed. For example, 11 9 – is equal to 11 – 9 in the infix notation. It’s much easier to calculate postfix expression by using the stack data structure.

For this assignment you will be using your own implementation of the generic StackClass from the in-class exercise (fill in all the methods in the attached StackClass.java template). Your calculator program should support float numbers and the following operators: + – * / ^ (all floating point operators).

Your program should have a method that accepts a string of operators and operands separated by spaces (no parentheses). Another function will process a file containing a number of expressions and invoke the calculation method for each line. Your program should should print the final result or output an error if the input is invalid. See below for more details on the input and expected output.

Hints:

    There should be exactly one element in the stack, i.e., the result of the expression.
    ^ operator will not work on floating point numbers, so you may want to import the math library.
    If you have an operator but not sufficient operands on the stack, the input expression is invalid. If your stack ends up with more than 1 operand (but no operators) on the stack, the input expression is also invalid.
    You may import external libraries for file related operations
    The algorithm is given in the following pseudocode:

                        for each char c in the string:

                                if c is operand:

                                        stack.push(c)

                                else if c is operator:

                                        pop operands to x, y

                                        result = x (oper) y

                                        stack.push(result)

Input:

You will read from a file input. Each expression will appear on a line by itself. There will be no empty lines. Operators and operands will be separated by whitespaces. Assume all operators are binary to make parsing easy.

Output:

You are to print the calulation with the expression and the result separated by an equal sign as each expression is evaluated. For example, after evaluating the expression “11 9 -“, your program will print “11 9 – = 2”. If the input expression is invalid, print =ERR=.
Also dont use complicated code

Criminology

I need you to edit this paper. The paper is very good, but I need you to edit it based on the feedback. Do not put too many edits. The only edits that I want are to ADD information where needed, but do not change things. Please add 1-2 more references and where it is lacking.

The CRJ505_ConceptPaper is the paper I need you to edit.

The ConceptPaperFeedback is the feedback from two students which I need you to use and edit my paper.

The topic was implementing a parole condition that would require individuals to: This action plan proposes that the Department of Corrections and Community Supervision in the state of New York make education as a condition for consideration for release on parole.

Please read the paper and make small edits. Plus include more information in the paragraph that talks about the agency. Please include more information about the description of the agency. Also, plus include at least 2 more references.

Also, please format the citations accordingly to what is shown in upload “Citation format”.
This is only an example of how a student formatted his references.  Again, this is only to show you how to format the paper do not copy those references.

In conclusion, edit the paper were slightly and only add things do not remove. Add the description of the agency then add 2 more references and format them at the end. Very minimal changes.

Psychology (Social Work)

Create an introductory and give background information about the issues surrounding a client admitting to a therapist that he/she abuses their partner.  The different views surrounding it , identifying race, culture, socioeconomic status, gender, sex, family structure, religious beliefs, etc. Relate to work in human service field with at least 3 scholarly references and in text citations.