CS 3 vs. CS 61A -- Please help!!

<p>The standard question asked by counselors:



if(knowledge<em>of</em>recursion){
    take61A();
}else{
    takeCS3();
}


</p>