【多选题】假设要写代码实现功能:若年龄小于16,显示"Cannot get a driver's license";若年龄不小于16,则显示"Can get a driver's license"。那么下列代码正确的___。 I: if (age = 16) System.out.println("Can get a driver's license"); II: if (age = 16) System....
【单选题】假设要写代码实现功能:若年龄小于16,显示"Cannot get a driver's license";若年龄不小于16,则显示"Can get a driver's license"。下列代码哪一个的实现方式是最佳的? I: if (age = 16) System.out.println("Can get a driver's license"); II: if (age = 16) Sys...
【简答题】单句改错(每句均有一处错误)。 ( ) 1. The boy fell from the bike yesterday. ( ) 2. Let's go cross the street together. ( ) 3. My sister watched TV at seven yesterday evening. ( ) 4. The boy got up la...