Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
internal access specifier
//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 { internal class Rectangle { //member variables internal double length; internal double width; internal double GetArea() { return length * width; } internal void Display() { Console.WriteLine("Length: {0}", length); Console.WriteLine("Width: {0}", width); Console.WriteLine("Area: {0}", GetArea()); } }//end class Rectangle public class Program { public static void Main(string[] args) { Rectangle r = new Rectangle(); r.length = 13.5; r.width = 11.5; r.Display(); Console.ReadLine(); } } }
run
|
edit
|
history
|
help
0
a
Fuuuu
Regex - Leading zeros
shell sort
https://www.usgatmtu.mtu.edu/profile/watch-the-bad-guys-online-streaming/profile
asdxasxd
sleep thread
reverse words in astring
1stoccurence
ConcurrentDictionary<T>