You're supposed to do this link I wrote this link
But in the part of the greater of 15 years he does not let me write to read the name ...
#include <stdio.h>
#include <locale.h>
main(){
setlocale(LC_ALL,"portuguese");
int idade;
char nome;
printf("Introduza a sua idade\n");
scanf("%d",&idade);
switch(idade){
case 1:
case 2:
case 3:
case 4:
case 5:
case 6:
case 7:
case 8:
case 9:
case 10:
case 11:
case 12:
case 13:
case 14:
case 15:printf("Lamentamos mas ainda não tem idade para executar este programa");break;
default:printf("PARABÉNS Pode prosseguir");
system("color 8A");
printf("Digite o seu nome e apelido");
scanf("%c",&nome);
printf(" %c você tem %i anos",nome,idade);break;
}
}
Error says: "system is not declared in this scope"