angeliquesamuel1305 angeliquesamuel1305 19-02-2024 Computers and Technology contestada int a = 10;if( a < 20 ){ printf("a is less than 20\n" );}Given the source code above, what would output to the command prompt or terminal as a result of the if condition?