HOLA QUE TAL MIRA MASOMENOS PUEDES UTILIZAR DE ESTA FORMA EL GENERA NUMEROS ...
DISCULPA POR NO HACERLO COMO DERREPENTE LO DESEES ESQUE ESTOY APURADITO...
DISCULPA POR NO HACERLO COMO DERREPENTE LO DESEES ESQUE ESTOY APURADITO...
Código (cpp) [Seleccionar]
#include "stdafx.h"
#include "stdio.h"
#include "conio.h"
#include "stdlib.h"
#define N 10
/*
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#define OPERACIONES 5
*/
using namespace System;
int main(array<System::String ^> ^args)
{
int mtemperatura;
Random r;
printf("GENERANDO NUMEROS\n");
for(int f=0;f<N;f++)
mtemperatura=r.Next(1,458);
printf("IMPRESION DE NUMEROS\n");
for(int i=0;i<N;i++)
{
printf("%d", mtemperatura);
printf("\n");
}
_getch();
return 0;
}