Do not need any comments. “//”
Assignment:
A number is a Prime Number if it is greater than 1 and is divisible only by 1 and itself.
Write a Visual Studio C# Console Application the generates and displays all the Prime Numbers between 2 and 100.