x = 2; if ( x + 3 == 5 ) x = 2; else x = 55; What is the value of x?
x = 2; if ( x + 3 == 5 ) if ( x % 2 == 0 ) x = 2; else x = 33; else x = 55; What is the value of x?
Last modified: 14/October/99 (16:18)