Skip to content

Write a C# program that displays only primes from a 2D array. Your program's inputs are the array size and a random seed. Your program should determine prime elements and display them in their corresponding positions. Non-prime elements should be shown as '- -'.

Notifications You must be signed in to change notification settings

CodeLearnr/Prime_No_2D_Array

Repository files navigation

Prime_No_2D_Array

Write a C# program that displays only primes from a 2D array. Your program's inputs are the array size and a random seed. Your program should determine prime elements and display them in their corresponding positions. Non-prime elements should be shown as '- -'.

About

Write a C# program that displays only primes from a 2D array. Your program's inputs are the array size and a random seed. Your program should determine prime elements and display them in their corresponding positions. Non-prime elements should be shown as '- -'.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages