Answer to Question #15847 in C# for leena
define a class called dc with two data members: name and duration.
1
2012-10-03T11:23:16-0400
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ConsoleApplication1
{
public class DC
{
& string name;
& int duration;
}
class Program
{
& static void Main(string[] args)
& {
& }
}
}
Need a fast expert's response?
Submit order
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Learn more about our help with Assignments:
C#
Comments
Leave a comment