Skip to main contentNedix.io

Kitchen sink

using System;
using System.Collections.Generic;
// Classes
public class Candy
{
public string Name { get; set; }
public double Price { get; set; }