Dave Green
Write a class that explicitly implements the following interfaces.
public interface ICan
{
bool DoTheJob();
decimal Sum (decimal a, decimal b, decimal c);
}
public interface ICannot
Thank you for the help!!!