• 2022-06-14
    已知对学生记录的描述为:设变量stu中的“生日”是“1995年11月12日”,对“birthday”正确赋值的程序是()
    A: year=1995;month=11;day=12;
    B: stu.year=1995;stu.month=11;stu.day=12;
    C: birthday.year=1995;birthday.month=11;birthday.day=12;
    D: stu.birthday.year=1995;stu.birthday.month=11;stu.birthday.day=12;
  • 举一反三