<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> (cond<br> [(< (unity a b c) target) 'TooSmall]<br> [(= (unity a b c) target) 'Perfect]<br> [(> (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>