Icon New game New game

Programación en C

Fill in the Blanks

(1)
Completa los huecos para que el programa ejecute correctamente

Download the paper version to play

8 times made

Created by

Spain

Top 10 results

  1. 1
    00:14
    time
    75
    score
Do you want to stay in the Top 10 of this game? to identify yourself.
Make your own free game from our game creator
Compete against your friends to see who gets the best score in this game

Top Games

  1. time
    score
  1. time
    score
time
score
time
score
 
game-icon

Fill in the Blanks

Programación en COnline version

Completa los huecos para que el programa ejecute correctamente

by TERESA PINHEIRO ORTEGA
1

#include
#include

int main ( int argc , char * * argv )
{

float a , c ;

int b ;

a = ( argv [ 1 ] ) ;
b = 10 ;
c = a - b ;

if ( c < 0 ) {
c = - c ;
}

printf ( " | - | = \ n " , a , b , c ) ;

return 0 ;
}

educaplay suscripción