i need to write out a pseudocode for a function called "and" that takes two arguments, both booleans, and returns the logical and of the inputs icant use the logical and operator: instead, write out if statements that cover the possibilities.
1