Skip to content

Instantly share code, notes, and snippets.

View NeonixRIT's full-sized avatar

Kamron Cole NeonixRIT

View GitHub Profile
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApp1
{
class Program
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace PoundsToKilograms
{
class Program
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MultiplicationGameRewritten
{
//This Class establishes and defines player stats
//and contains methods that directly effect player stats
//My First C# project. A simple multiplication game that I keep adding to overtime as I get ideas.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MultiplicationGame
{