Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Inheritiance
//Rextester.Program.Main is the entry point for your code. Don't change it. //Microsoft (R) Visual C# Compiler version 2.9.0.63208 (958f2354) using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { // Fix this mess public class Bicycle { public double DistanceTravelledMeters { get; set;} public double TimeTravelledSeconds { get; set;} public double Speed() { return DistanceTravelledMeters / TimeTravelledSeconds; } } public class MotorBike : Bicycle { } public class Program { public static void Main(string[] args) { //Your code goes here MotorBike b = new MotorBike(); b.DistanceTravelledMeters = 100; b.TimeTravelledSeconds = 10; Console.WriteLine("Motor bike speed is " + b.Speed()); } } }
run
|
edit
|
history
|
help
0
functional program
My_Response
quick sort final
Pyramid
Trials
sdfgtgrfedcdf
selection sort
test coeur
Failing Action<Car> To Action<List<Car>>
Game 1.0.2