I have a program to generate pseudo-random numbers by means of the mixed congruencial method, but it throws me an error in one of the code lines.
static void Main(string[] args)
{
double c, a, m, sem, res = 0, lim = 0, conta = 0,...
asked by
23.09.2018 / 17:06