196k views
0 votes
What is the value of startdate after the following statements are executed? datetime startdate = new datetime(2016, 3, 1); startdate = startdate.addmonths(3);

1 Answer

5 votes

Answer:

= new DateTime(2012, 3, 1); startDate = startDate.AddMonths(3);.

Step-by-step explanation:

User Nigel Charman
by
5.4k points