Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as C by Alex7995 ( 17 years ago )
#include <stdio.h>
#include <stdlib.h>

int main()
{
    // Declaration de variables
    int age = 0;
    //blabla
    printf("=================================\n");
    printf("-------");
    printf("Mon Premier Programme");
    printf("-------\n");
    printf("=================================\n");
    printf("Merci_d'indiquer_votre_age_:_");
    scanf("%d", &age;);
    printf("\n");
    printf("Votre age est %d.\n", age);
    return 0;
}

 

Revise this Paste

Your Name: Code Language: