B Barokie2001 Leecher Nov 2, 2019 #1 Baka may makakapag bigay po ng simple codes dyan para sa c# kaylangan lang po sa assignment salamat mga idol
Baka may makakapag bigay po ng simple codes dyan para sa c# kaylangan lang po sa assignment salamat mga idol
V vespine Honorary Poster Nov 3, 2019 #4 C#: Func<int, bool> isOdd = (i) => (i & 1) == 1; Console.Write("Enter Number: "); int num = int.Parse(Console.ReadLine()); Console.WriteLine(isOdd(num) ? true : false); oh ayan.. simple code
C#: Func<int, bool> isOdd = (i) => (i & 1) == 1; Console.Write("Enter Number: "); int num = int.Parse(Console.ReadLine()); Console.WriteLine(isOdd(num) ? true : false); oh ayan.. simple code
M ManoyDodong Leecher Nov 16, 2019 #5 Try mo boss, daming examples, basic and good practice. First read book ko yan sa C# and very informative. Hindi ko ma attach dito eh kaya sa dropmb ko nilagay. You do not have permission to view the full content of this post. Log in or register now.
Try mo boss, daming examples, basic and good practice. First read book ko yan sa C# and very informative. Hindi ko ma attach dito eh kaya sa dropmb ko nilagay. You do not have permission to view the full content of this post. Log in or register now.