class from descriptionWed, 30 Nov 2022

create a worth class that contains the moral values and the sins committed by a person

public class Worth { public decimal netWorth { get; set; } public decimal sinValue { get; set; } public Worth(decimal netWorth, decimal sinValue) { this.netWorth = netWorth; this.sinValue = sinValue; } }

Questions about programming?Chat with your personal AI assistant