using System; class Demo { static void Main() { string input = "https://example.com/new.html";
using System; class Demo { static void Main() { int a = 20, b = 70, c = 40, d = 90; Console.WriteLine("{0} {1} {2} {3}", a, b, c, d);
using System; namespace MyApplication { class Factorial { public int display(int n) { int res = 1; while (n != 1) {
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Demo { class Son : Father {
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace MyAplication {
using System; namespace MyApplication { class Program { static void Main(string[] args) { int a = 60; /* 60 = 0011 1100 */
using System; namespace Demo { public class ApplicationOne { public static void Main() { int[, ] arr1 = new int[10, 10];
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Demo { class MyApplication {
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Demo { class MyApplication {
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading;
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading;
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Demo { class MyApplication {
using System; namespace Sample { class Demo { static void Main(string[] args) { int num1 = 50; int num2 = 25;
using System; using System.Threading; namespace Sample { class Demo { static void Main(string[] args) { for (int i = 0; i < 10; i++) {
using System; using System.Collections.Generic; class Program { static void Main() { LinkedList<string> myList = new LinkedList<string>();
using System; public class Demo { public static void Main() { string myStr; int i, len, lower_case, upper_case;
using System; class Demo { static void Main() { string str = "xyz"; for (int i = 1; i < str.Length; i++) {
using System; using System.Threading; namespace Demo { class MyClass { static void Main(string[] args) { Thread thread = Thread.CurrentThread;
using System; using System.Threading; namespace Demo { class MyClass { static void Main(string[] args) { Thread thread = Thread.CurrentThread;
using System; public class Demo { public static void Main() { string myStr; int i, len, vowel_count, cons_count;
using System; public class Demo { public static void Main() { uint val = 12; // 1100 in binary uint res = (uint) Math.Log(val, 2.0) + 1;
using System; public class Demo { public static void Main() { string str = "Website"; Console.WriteLine("String: "+str);
using System; public class Demo { public static void Main() { string myStr; int i, len, vowel_count, cons_count;
using System; class Demo { public static void Main() { int decVal, quot, i = 1, j; int[] octalVal = new int[80];
using System; class Demo { static String MyApplication(String str) { char []val = str.ToCharArray(); for (int i = 0; i < str.Length; i++) {