Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
mo3dal
//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 math1, math2, math3, com1,com2,com3,pup1,pup2,pup3,math_avg,com_avg,subjects_avg ; Console.WriteLine("enter your math mark"); math1 = double.Parse (Console.ReadLine()); Console.WriteLine("enter your com mark"); com1=double.Parse(Console.ReadLine()); pup1=(math1+com1); Console.WriteLine("your whole avg is{0}",pup1); } } }
run
|
edit
|
history
|
help
0
SierpinskiTriangleChaosGameRecursion
C++
Overloading Unary operator ~ (to reverse the string)
Exemplu OOP inventar
Reverse String
Preprocessor
PhoneBook- Dictionary
Command design pattern
Testing 12
Fibonachi