<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div><div><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal;"><font face="times new roman, new york, times, serif">(cond</font></div><div><font face="times new roman, new york, times, serif">&nbsp; [(&lt;= (string-length s) 5) 10]</font></div><div><font face="times new roman, new york, times, serif">&nbsp; [(string=? s “hello”) 50]</font></div><div><font face="times new roman, new york, times, serif">&nbsp; [(string=? (substring s 1 4) “ell”) 25]</font></div><div><font face="times new roman, new york, times, serif">&nbsp; [else 130])</font></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style:
 normal;"><font face="times new roman, new york, times, serif"><br></font></div><div><font face="times new roman, new york, times, serif">new to racket. im trying to find out what would ii get as a value&nbsp;</font><span style="font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-size: 16px;">if I replace the s with&nbsp;“hello”&nbsp;</span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal;"><font face="times new roman, new york, times, serif"><br></font></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal;"><font face="times new roman, new york, times, serif">its easier to do this with numbers where you would define s and give it a number, but it won't work here.&nbsp;</font></div><div
 style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal;"><font face="times new roman, new york, times, serif"><br></font></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal;"><font face="times new roman, new york, times, serif"><pre><br></pre></font></div></div></div></body></html>