Evaluando propuestas

Threading exercise with c#

Publicado el 07 Junio, 2021 en Programación y Tecnología

Sobre este proyecto

Abierto

Threading – Exercise
Implement a program that writes the odd numbers between a lower and
upper bound to the console. This should be done in a thread where the
thread takes a set of parameters. 10 threads should be started in parallel!
1.
Implement a class “ThreadParameters” including
– threadNumber [int], values 1-10
– delay [int], delay time should be the threadNumber times 75 in milliseconds
– lowerBound [int],random number between 5 and 21
– upperBound [int], random number between lowerBound and 25
2. Implement a class “Printer” with a method “print”. This method shall
output the odd numbers between the lower and upper boundary
together with the thread number (called using the threads)
– E.g.
T3:23
3. The output should be “delayed” (using sleep)
4. !consider data encapsulation and create a new cs-file for each class!

Categoría Programación y Tecnología
Subcategoría Otros
Tamaño del proyecto Pequeño
¿Es un proyecto o una posición? Un proyecto
Actualmente tengo Tengo las especificaciones
Disponibilidad requerida Según se necesite

Plazo de Entrega: 15 Junio, 2021

Habilidades necesarias

C#

Otros proyectos publicados por B.