Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
test type casting
//Title of this code //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 A { public A() { } public void Add(int a, int b) { Console.WriteLine(a+"int"+b); } public void Add(int a, long b) { Console.WriteLine(a+"long"+b); } public void Add(int a, double b) { Console.WriteLine(a+"double"+b); } } public class Program { public static void Main(string[] args) { A a=new A(); a.Add(5,(int)2); a.Add(10,1); } } }
run
|
edit
|
history
|
help
0
,
Combustible SetUp
Swap w/o third var
The given number is prime or even
Main4
dateTime parsing
what do i wrong
Fórum ➡ Prime numbers implemented using LINQ statements AND using FOR loop ♦
asxsd
Update 2D Array