Tagged Questions
-4
votes
2answers
210 views
implement Pseudocode code without return in c# [closed]
how can i implement this Pseudocode without return in c#(because i want to use it in button event handler)?thanks
edited:
large_int example(large_int u,large_int v)
{
.
.
...