After the execution of the following statements:int i=5, j=4, k=6 ;float f;f = (i<j&&j<k)? i : (j<k) ? j : k ; , which one of the following value is equal to the value of f ?
A、5.0;
B、4.0;
C、6.0;
D、7.0
发布时间:2025-07-15 21:35:01
A、5.0;
B、4.0;
C、6.0;
D、7.0