• 2022-06-12
    int x,y; if(x<2) y=x; else if(x<10) y=2*x-1; else y=3*x-5;若x=8,则y的值为()
    A: 8
    B: 15
    C: 19
    D: 0
  • 举一反三