<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div>Hi guys,<br><br>I am just beginner in Smaltalk and I have some problem with collection in smalltalk. <br>For this problem I have to define the value of an alphabetic character based on its location in the alphabet. So Ħa˘ and&nbsp; ĦA˘ each have value 1, Ħb˘ and ĦB˘ each have 2, etc. Non-alphabetic characters can be considered to have value 0. <br>The value of a word is the sum of the value of all its characters. So ĦSmalltalk˘ has value 101 and Ħabc˘ has value 6. <br>A dollar word is a word whose value is 100.&nbsp; I want to add a method to the String class that returns all the dollar words in the string.<br><br>So for example if the input is 'SmallTalk' the result is ('SmallTlk' 'SmllTlk').<br><br>Please kindly help me guys. Really appreciate your
 help.<br><br>Thanks.<br></div></div><br>

      </body></html>