Ir para conteúdo
Fórum Script Brasil

sunigun

Membros
  • Total de itens

    1
  • Registro em

  • Última visita

Posts postados por sunigun

  1. #include <stdio.h>
    #include <stdlib.h>
    #include <conio.h>

    /*1
    2
    88
    42
    99*/

    int main(void){
        
    int nota[4];
    int rec [2];

    nota[0] = 1;
    nota[1] = 2;
    nota[2] = 88;
    nota[3] = 42;
    nota[4] = 99;

    for(int i=0;i<5;i++){
        
        if(nota==1 || nota==2 || nota==88){
            
            rec=nota;
            
            printf("%d",rec);

            
        }
            
        
        
        system("PAUSE");
        return 0;
    }
    }

×
×
  • Criar Novo...