Advertisement
1_2002 Coding Standards #111898

AA!!!Name and age!!!AA

You enter your name and age and then it displays it for you!!!! By the way im just experimenting and im a NEWBIE at C!!! Vote for it if u like.

AI

Resumen de IA: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Código fuente
original-source
#include <stdio.h>
int main()
{
int a;
char name[15];
printf("Enter your name:",name);
scanf("%s",&name);
printf("Enter your age:");
scanf("%d",&a);
printf("Your name is %s and your %d years old!",name,a);
}
Comentarios originales (3)
Recuperado de Wayback Machine