Tell me how to assign a procedure to an array and can it be done and how?
fac(double l){..} ... string[] mas = fac(n); // не работает Tell me how to assign a procedure to an array and can it be done and how?
fac(double l){..} ... string[] mas = fac(n); // не работает Source: https://ru.stackoverflow.com/questions/103161/
All Articles