Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as C by pemlk ( 15 years ago )
#include <stdio.h>
#include <stdlib.h>
int main()
{
int *p=lista[];
int lista[]
int ii=0,i=0, n=0, maior=0, menor = 0 , neutra=0;
printf("Entre com a quantidade de numeros que voce vai qerer !n")
scanf("%d",n)
for i=0;i<n i=i++
printf("Entre com um numero")
scanf("%d",lista[i])
while i< n do
for i=0; i<n i=i++
if lista[i]<menor
menor=lista[i]
else if lista[i]>maior
maior=lista[i]
printf("o maior numero e %d e o menor %d",maior, menor)
system(PAUSA>>null)
Revise this Paste
Children: 38716