#include #include int xToI ( ); void main ( void ) { printf ( "the answer is %d\n", xToI () ); } int xToI() { return (int)floor(2.90) + 1; }