Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

This is a basic question related to Smalltalk programming language. Please give the correct solution and not copied from another source or else you'll get

This is a basic question related to Smalltalk programming language. Please give the correct solution and not copied from another source or else you'll get a downvote.

image text in transcribed

Write a Smalltalk script in the playground that computes and prints the average of all the even integers in an array. You may use any loop style you like. Assume nothing about the contents of the array; It might contain any mixture of types or objects. However, only those elements that are integers, and even, should contribute to the average. Create your own heterogeneous array to test your script

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions