You are employed as a developer at ABC.com. You make use of C# and ASP.NET for
development purposes.
You have been instructed to create a new program for ABC.com. You have to include a repetition
structure that allows for the termination condition test to execute at the bottom of the loop not the
top.
What action should you take?
A.
You should consider making use of the public C# statement.
B.
You should consider making use of the sealed C# statement.
C.
You should consider making use of the private C# statement.
D.
You should consider making use of the do-while C# statement.
D.