int main() { int i; float x; x = 3.0; puts( "
"); for ( i=1; i <= 10; i++) { x = x + sin( x*24.0); printf( "%10.8f\n", x); x = x + 3.0; } puts( "