77_105_114_111
77_105_114_111
CC#
Created by 77_105_114_111 on 1/16/2025 in #help
✅ PRNG
Why does the Random number generator object not generate the random number 45 if the range is set from 1 to 45? If the range is set from 1 to 46 then the number 45 is generated randomly.
3 replies
CC#
Created by 77_105_114_111 on 1/16/2025 in #help
✅ Ignore case sensitive string in array.
Is there a better or shorter way of ignoring case sensitive strings in a array?
14 replies
CC#
Created by 77_105_114_111 on 1/14/2025 in #help
✅ Try catch exception.
What is the best way to keep doing a do while loop if an exception has been caught? Atm if I create the exception code within the do while loop the variables are not then declared even though they are The following example works but exits out of the do while loop. variables try{ do{code} while{code} } catch(Exception){code}
50 replies
CC#
Created by 77_105_114_111 on 1/13/2025 in #help
System.Console
Hi, Is good practice to use System.Console.WriteLine(); instead of declaring the System library outside of main?
20 replies