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
Homework3
Game_snake
Chest Interaction Unity
Invalid cast
D111
Fórum ➡ GroupJoin'ing Books and Orders ( with Zip'ped output ) ♦
SortedDictionary<TKey, TValue> クラス
practice
Random number guessing game v1
Padma narwade