Page 1 of 1

(javascript) Use pseudocode to write out the steps you would take to create the following function: A function that prin

Posted: Fri Jul 08, 2022 6:44 am
by answerhappygod
(javascript) Use pseudocode to write out the steps you wouldtake to create the following function: A function that prints thestring “odd” to the screen when it is passed an odd number and“even” when it is passed an even number.