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
Pizzas&Tuples&Golden-Medal
Trading
30272 Program Ex4 if
c->a
project euler 14, C#
Heap sort
Bitwise Shifting for Strings
asdxsxsd
Interface
aaaaa