Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Sum of 3
//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 { public class Program { public static void Main(string[] args) { //Your code goes here double[] number = new double[3]; double result = 0; for (int i = 0; i < number.Length; i++) { number[i] = Convert.ToDouble(Console.ReadLine()); result = result + number[i]; } Console.WriteLine(result); } } }
run
|
edit
|
history
|
help
0
Example of dates in c#, Ejemplo de fechas en c#
Pascal's triangle
dateTime parsing
Fixing Broken Lines
Interviews
งานสอบ
EX8 Loop_For_While
TEst
basics of generics
Prac1_A