While Loop – C#

Example 1: while Loop When we run the program, the output will be: Example 2: while loop to compute sum of first 5 natural numbers When we run the program, the output will be: