Recien empiezo en esto de c++ y me pidieron hacer un programa para convertir a mayusculas o viceversa!! y esto es lo k llevo si alguien pudiera orientarme se lo agradeceria!!!
#include "stdafx.h"
#include "ctype.h"
int main()
{
char S[20];
int a;
printf("Escribe tu nombre:\n");
scanf("%str",&a);
printf("%s\n","tu nombre es:", tolower S[a]);
getchar();
getchar();
return 0;
}
#include "stdafx.h"
#include "ctype.h"
int main()
{
char S[20];
int a;
printf("Escribe tu nombre:\n");
scanf("%str",&a);
printf("%s\n","tu nombre es:", tolower S[a]);
getchar();
getchar();
return 0;
}