Skip to content

Tomasz789/TaskChaining

Repository files navigation

TaskChaining

Simple application that demonstrates how the task chaining works.
App runs four consecutive tasks:

Task 1: Creates an array containing 10 integer elements.
Task 2: Returns previous array but its elements are multiplied by randomly generated number.
Task 3: Sorts the array in ascending order.
Task 4: Finds an average value of items of the array.

Photo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages