Revision history of "Solução: Problema da escrita no celular (Cátia Souza)"

From AdonaiMedrado.Pro.Br
Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 12:27, 1 April 2009200.17.147.2 (Talk). . (993 bytes) (+993). . (New page: <code lang="c"> #include <stdio.h> #include <stdlib.h> int EhNumero(char num){ char Numeros[] = {'2','3','4','5','6','7','8','9'}; int i; for(i=0;i<=7;i++){ if(num==...)