Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Testing
//Rextester.Program.Main is the entry point for your code. Don't change it. //Compiler version 4.0.30319.17929 for Microsoft (R) .NET Framework 4.5 using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { class Car { public string model; // Create a field // Create a class constructor for the Car class public Car() { model = "Mustang"; // Set the initial value for model } } public class Program { public static void Main(string[] args) { Car Ford = new Car(); // Create an object of the Car Class (this will call the constructor) Console.WriteLine(Ford.model); // Print the value of model //Your code goes here Console.WriteLine("Hello, world!"); } } }
run
|
edit
|
history
|
help
1
ANQ Bug with Feb month display
Delegates, events
No repeat test
Problem_fb_series
add two number
Home work3 finding Min and Max (to theGit)
Fórum SO ➡ Merging 2 lists by Name and adding their Values, using LINQ ♦
Arrays Solved
dfdfd
BTC sell estimator