Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Homework1
//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 //Your code goes here Console.WriteLine("What is your favorite animal?"); //Printing a question Console.WriteLine("My favorite animal is Lion");// Printing my answer Console.WriteLine("meta-data about Lion and few exciting feautures. So lets get started!!");//Printing a rhetorical start //Facts and features of Lion const float Average_Weight_Male_Lions=180.5f; Console.WriteLine(Average_Weight_Male_Lions); const float Average_Weight_Female_Lions=130.6f; Console.WriteLine(Average_Weight_Female_Lions); const float Heaviest_Lion_weights=326.12f; Console.WriteLine( Heaviest_Lion_weights); int Time_taken_to_run_1km_in_sec=46; Console.WriteLine(Time_taken_to_run_1km_in_sec); byte body_configuration =154; Console.WriteLine( body_configuration); short running_ability=32761; Console.WriteLine(running_ability); long stamina=1234567; Console.WriteLine(stamina); uint swimming_ability=2143; Console.WriteLine(swimming_ability); ushort prey_hunt_ability=4324; Console.WriteLine(prey_hunt_ability); ulong prsent_number=325; Console.WriteLine(prsent_number); sbyte overall= 125; Console.WriteLine(overall); double appereance=2.45678945678; Console.WriteLine(appereance); } } }
run
|
edit
|
history
|
help
0
Pizzas&Tuples&Golden-Medal
Arreglo
wyliczenie 1 dnia tygodnia
temp_with_pow
5
custom Generic stack Implementation
sdfghyjujyhtgrfedcf
Queue with Queue Data type
Sum Matrix Row
see all nodes in given ldap node