Question: Please, answer in Pseudocode like the instructions say. Do not answer in c++ or java. Thank you. 1. Write Pseudocode for the following Write pseudocode
Please, answer in Pseudocode like the instructions say. Do not answer in c++ or java. Thank you.

1. Write Pseudocode for the following Write pseudocode to determine if there are more odd or even numbers in a list of integers. It should take a list of integer numbers as input and return either "odd" or "even". For example, if given the list [1,2,3,4,5] as input your pseudocode should return "odd" a. b. Cosinc similarity (cos sim) is a commonly uscd similarity mctric that measurcs how similar two vectors (arrays) of numbers are. The equation for cosine similarity is given by A*B sm(A. B) = jail.ll_ _ 2JZ,4,Ep1 Bl 1 wherc A, and B, are components of vector A and B respectively. Write pscudocode to calculate cosine similarity of two vectors A and B. it should take two arrays of numbers, A and B, as arguments and return a single value, their cosine similarity
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
