null
US
Sign In
Sign Up for Free
Sign Up
We have detected that Javascript is not enabled in your browser. The dynamic nature of our site means that Javascript must be enabled to function properly. Please read our
terms and conditions
for more information.
Next up
Copy and Edit
You need to log in to complete this action!
Register for Free
15578708
Generación 1000
Description
Flowchart on Generación 1000, created by Alfredo Mariaca on 15/10/2018.
No tags specified
c++
random
tercero
Flowchart by
Alfredo Mariaca
, updated more than 1 year ago
More
Less
Created by
Alfredo Mariaca
about 6 years ago
0
0
0
Resource summary
Flowchart nodes
Inicio
Declarar variables int cont=1,x,n;
Se pregunta al usuario el número a generar printf("Ingrese el numero que desee generar\n"); scanf("%d",&x);
Con un do while se hace la generación automática y el registro de números y de intentos
do n=rand()%1000; printf("\nNumero generado: %d\n",n); printf("Numeros generados: %d\n\n",cont); cont++;
if(n==x)
Se informa que se genero el número printf("Se genero el numero");
while(n!=x)
True
True
False
False
Show full summary
Hide full summary
Want to create your own
Flowcharts
for
free
with GoConqr?
Learn more
.
Similar
Errores comunes en programación
Luciao Agustín Correa Sapiega
PROGRAMACION DE C++
JOHN FREDY MOSQU
Programa de regla de Cramer
Alfredo Mariaca
Lenguajes de programación
Samantha Gonzalez Lopez
Evaluación de programación (Ciclos).
luis programador
FUNCIONALIDAD DE JAVA
Yeferson Gallo
PLE
Jorge Orlando Olaya Garzon
Evaluación de programación (Condicionales).
luis programador
Algoritmos y Estructuras de datos Avanzada
Diego Vázquez Campos
POO C++ (Programación Orientada a Objetos)
angel benitez
Ejemplo de Parametros
pcs.gael
Browse Library