Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
27
//Rextester.Program.Main is the entry point for your code. Don't change it. //Microsoft (R) Visual C# Compiler version 2.9.0.63208 (958f2354) using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { public static void Main(string[] args) { int b , h ; double area ; Console.WriteLine("طول القاعدة :"); b= Convert.ToInt16(Console.ReadLine()); Console.WriteLine("طول الضلع : "); h = Convert.ToInt16 (Console.ReadLine()); area = 0.5 * b * h ; Console.WriteLine (" مساحة المستطيل = " + area ); Console.ReadKey (); } } }
run
|
edit
|
history
|
help
1
Static 2
Get missed element in integer collection
Finally statement called after return
Palindrome
Before Number big
Plt-D v.0.9.4
RankingNumeric
OneDrive Direct Download Generator
Floating point arithmetics
helloworld