Skip to content

Task 5 - Threading #13

Open
Open
@mubaris

Description

@mubaris

Create a program which takes an integer as input and outputs its factorial and its exponential w.r.t. itself. Both should be calculated separately in different threads.

Input - a
Output - a! (thread 1)
- a^a (thread 2)

Use any language.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions