April 05
Prof. Ismael H. F. Santos -
ismael@tecgraf.puc-rio.br
2
Exemplos / exercícios:
if (c >= `A’ && c <= `Z’) {
if (c <= `L’)
cout << ``first half of alphabet’’;
else
cout << ``second half of alphabet’’;
Um programa simples com caracteres