正在加载图片...
Relational operators Relational operators work the same way but return different results >,>,<,<=,=,!= In Java, they return values Faise and true In C/C+t, they return values o and 1 In c/C++ a value of zero means false any value that is not zero means true Eg,1,5,-100000314159,6626068×10 2121 Relational Operators • Relational operators work the same way but return different results:– >, >=, <, <=, ==, != • In Java, they return values FALSE and TRUE • In C/C++, they return values 0 and 1 • In C/C++, – a value of zero means false – any value that is not zero means true – E.g., 1, 5, -1000000, 3.14159, 6.626068 × 10-34
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有