Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
yari
vera
test2
Explorer Diamond
4.1 Composition
Problem: rstring
Sam a,b and c
Main5
Local Time (DateTime)
Delegate & anonymous method
Please log in to post a comment.