Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Lesson 2
//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 { public class Program { public static void Main(string[] args) { Rectangle rect = new Rectangle(20.0, 10.0); double area = rect.GetArea(); Console.WriteLine("Area of Rectangle: {0}", area); } } public class Rectangle { public double length; public double width; public Rectangle (double l, double w) { length = l; width = w; } public double GetArea() { return length * width; } } }
run
|
edit
|
history
|
help
0
MonitorPulse.cs
123
DSXSAXS
R
svsvsvsvsv
max & min binary search tree
Random number between 1 - 100 between each value of 10 there will be a differnt message
Scheduler NLog config
Rozwiazanie
Date Diff