Question: Write a Smalltalk script in the playground that finds and prints the largest, odd number in an array of integers. You may use any loop

Write a Smalltalk script in the playground that finds and prints the largest, odd number in an array of integers. You may use any loop style you want, but in your loop, you should use a BlockClosure to test if the number is odd. Create your own array of integers to test your script
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
