<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>



is this correct?<br><br>(define (unity a b c)<br>(+ (* a 100) (* b 10) c))<br><br>(define (check-guess3 a b c target)<br>&nbsp; (cond<br>&nbsp;&nbsp;&nbsp;&nbsp; [(&lt; (unity a b c) target) 'TooSmall]<br>&nbsp;&nbsp;&nbsp;&nbsp; [(= (unity a b c) target) 'Perfect]<br>&nbsp;&nbsp;&nbsp;&nbsp; [(&gt; (unity a b c) target) 'TooLarge]))<br><br /><hr />Windows Live Mail <a href='http://get.live.com/wlmail/overview' target='_new'>Controlla i tuoi account di posta con un unico programma, è GRATIS!</a></body>
</html>