cannot be resolved

来源:4-11 学生选课---通过 Set 集合管理课程

慕斯2465801

2018-05-15 22:36

 for( Course cr:st.coursesToSelect);{

         if(cr.id.equals(courseId)) {

            student.courses.add(cr);       }

错误代码提示

cr cannot be resolved

cr cannot be resolved


写回答 关注

1回答

  • GHW108
    2018-05-16 09:00:21

    如果你没有定义泛类的话,那cr应该是objcet

Java入门第三季

Java中你必须懂得常用技能,不容错过的精彩,快来加入吧

409792 学习 · 4340 问题

查看课程

相似问题