├── 1 2a 3ab 4abc .cs ├── 2nd char of ip1 and last 2nd char of ip2 show be equal.cs ├── A integer input is accepted. find the square of individual digits and find their sum..cs ├── A number is given as input. Find the odd digits in the number, add them and find if the sum is odd or not.if.cs ├── A time input is received as stirng. Find if the hour format is in 12 hour format. the suffix am or pm is case insensitive.cs ├── Abundant Numbers in a given range.cs ├── Abundant Numbers.cs ├── Add elements of digits 9999 output 9+9+9+9 3+6 9.cs ├── Addictive prime.txt ├── Additive Prime Numbers.cs ├── All Possible Combinations.cs ├── Amicable Numbers.cs ├── An array of integers is given.The given element is removed new array is returned..cs ├── An arraylist of Strings is given as input. The count of the String elements that are not of size input2 string is to be returned..cs ├── Arithmetic Operations.cs ├── Arithmetic Operations.txt ├── Armstrong numbers.txt ├── ArmstrongNumbers.cs ├── Arrange the Even Numbers in Even Places and odd Numbers in Odd Places in a given array.cs ├── Biggest Number of Same Number.cs ├── Binary Search Implementation.cs ├── Binary to Decimal Conversion.cs ├── Bubble Sort for Ascending Order.cs ├── Bubble Sort.cs ├── CHECK THE GIVEN DATE IS VALID OR NOT.cs ├── Calculate Gross Salary of an Employee with Base Salary.cs ├── Calculation of Intelligence of an Person.cs ├── CanBalance.cs ├── Capitalization.cs ├── Centigrade to Farenheit Conversion.cs ├── Changing Odd and Even Places of the Given Array.cs ├── Characters Filtering with Substring.cs ├── Check the whether the given string is balanced string or not.cs ├── Check whether a given string is palindrome also check whether it has atleast 2 different vowels.cs ├── CloseFar.cs ├── Collatz Sequence.cs ├── Combination Generation with 1,2,3.cs ├── Combination Generation with A,B,C.cs ├── Concatenations of 3 strings.cs ├── Conversion of Centigrade to Farenheit Value and Kelvin Value.cs ├── Conversion of Given Number into Octal Equivalent Number.cs ├── Convert an String to Lowercase.cs ├── Convert an String to Uppercase.cs ├── Convert characters to uppercase without using builtin funcins in CSharp.txt ├── Converting Total Days to noof Month and Noof Days.cs ├── Converting odd places to Uppercase and even places to lowercase in a String.cs ├── Count number of digits of an number.cs ├── CountClumps.cs ├── Counting Days of the Week and Today is Tuesday, what day it would be 45 days from now.cs ├── Counting Number of Positive,Negative and Zero Values Entered By the User.cs ├── Counting Number of Vowels in the given string.cs ├── Counting Number of digits of an Number.cs ├── Counting no of characters,special characters,Numbers in the given string.cs ├── DataType Sizes in C Csharp.cs ├── Decimal To Octal Conversion.cs ├── Decimal to Binary Conversion.cs ├── Decimal to HexaDecimal Conversion.cs ├── Delete an element in Array at its desired Position(Numbers).cs ├── Divisibility Test.cs ├── Doubt_Write a program in C# Sharp to delete an element at desired position from an array..cs ├── Doubt_Write a program in C# Sharp to insert New value in the array (unsorted list ).cs ├── Electricity Bill Calculation for home.cs ├── Enter your name and return a string print the title first and then comma and then first letter of initial name..cs ├── Factorial of Given Number using For loop.cs ├── Factorial using Functions.cs ├── Fibonacci Series using Functions.cs ├── Find Armstrong Numbers from 1 to 500 using while loop.cs ├── Find if a given pattern appears in both the input strings at same postions..cs ├── Find the Given Number is Absolute Number or not.cs ├── Find the Maximum Frequency of values entered and print the each number frequency.cs ├── Find the Maximum span of the given array.cs ├── Find the Quotient and Remainder of 2 values without division and modulos operators.cs ├── Find the day Friday of a date input given as MM-dd-yyyy format input 12272012 output Thursday.cs ├── Find the extension of a given string file..cs ├── Find the number of days between two input dates.cs ├── Finding Biggest Value Among 3 Numbers.cs ├── Finding common 3 words in a string and its maximum length and string too.cs ├── Fix34.cs ├── FizzArray.cs ├── FizzBuzz.cs ├── Fizzstring.cs ├── Fizzstring2.cs ├── Floyd's Triangle in Pyramid Pattern.cs ├── Flyod's Triangle.cs ├── GIVEN A STRING 555-666-1234 DISPLAY AS 55-56-661-234.cs ├── Get a input string. Find if it is a negative number, if true return the absolute value, in other cases.cs ├── Get a input string. Find if it is a negative number, if true return the absolute value, in other cases.cs ├── Get a input string. reverse it and parse it with '-'..cs ├── Get two integer arrays as input. Find if there are common elements in the arrays. find the number of common elements..cs ├── Getting the first and last n letters from a word where wordlength is greater than 2n.cs ├── Given 2 strings, return their concatenation, except omit the first char of each. The strings will be at least length 1.cs ├── Given a set of strings find the first occurrence of a string and find like input = [AL, AL, GH, F, GH, PK] output = F.cs ├── Given a string of odd length, return the string length 3 from its middle, so Candy yields and. The string length will be at least 3.cs ├── Given a string, look for a mirror image (backwards) string at both the beginning and end of the given string..cs ├── Given a string, return a string where every appearance of the lowercase word is has been replaced with is not..cs ├── Given a string, return a string where for every char in the original, there are two chars..cs ├── Given a string, return the length of the largest block in the string. A block is a run of adjacent chars that are the same.cs ├── Given a string, return true if the first 2 chars in the string also appear at the end of the string, such as with edited.cs ├── Given an array of ints length 3, return an array with the elements rotated left so {1, 2, 3} yields {2, 3, 1}.cs ├── Given date in dd-MM-yyyy format.return the month in full name format(January).cs ├── Given two strings, a and b, return the result of putting them together in the order abba, e.g. Hi and Bye returns HiByeByeHi..cs ├── Groupsum.cs ├── HashMap with regnum as key and mark as value. find the avg of marks whose key is odd..cs ├── HexaDecimal to Binary Conversion.cs ├── Input a hash map. Count the keys which are not divisible by 4 and return..cs ├── Input a int array. Square the elements in even position and cube the elements in odd position and add them as result.cs ├── Input1 Hello World output dello WorlH..cs ├── Inserting an new character into the character Array.cs ├── Inserting new Elements to the array(Number elements of Array).cs ├── Internet - Find Quotient and Remainder of 2 values without division Operator.cs ├── Jagged Arrays.cs ├── LastSamples.cs ├── Least Common Multiple(L.C.M) of 2 numbers.cs ├── Linear Search Implementation.cs ├── LinearIn.cs ├── List Manipulation In CSharp.cs ├── LoneSum.cs ├── LuckySUm.cs ├── Maxspan.cs ├── Menu Driven Program for Switch case.cs ├── Merging Two Arrays.cs ├── MultiCalculator Application.cs ├── Multiplication of Two Matrixces.cs ├── Number of ones counted in a given range.cs ├── Octal To Binary Conversion.cs ├── Octal to Decimal and Decimal to HexaDecimal Converter.cs ├── Octal to Decimal Conversion.cs ├── One Dimensional Array Addition,Subtraction,Multiplication.cs ├── PROGRAM TO FIND THE Maximum Frequency of the character entered by the USER.cs ├── Palindrome for numbers.cs ├── PerfectIntegers from 1 to 1000.cs ├── Prime Numbers between 1 to 300 using nested for loops,break and continue.cs ├── Print the First occurence of the whole numbers in the Given number example thiru1990 output is 1990.cs ├── Printing Flyod's Triangle as Pyramid.cs ├── Printing Multiplication Table for an Series.cs ├── Program to check the 2 strings are Anagrams or Not.cs ├── Program to Calculate new number with input value added by 1.cs ├── Program to Check THe Given String is Palindrome or Not.cs ├── Program to Check Whether the given Number is an Valid ISBN number or not.cs ├── Program to Check the Memership Status for returning of book at lately in Library and consume the fine amount for late return.cs ├── Program to Display ASCII Values From 0 to 255.cs ├── Program to Find Factors of an Number and its sum and Number of Factors.cs ├── Program to Find The Given Number is Prime or not using While loop and if.cs ├── Program to Find out the points lies on Which axis or at origin.cs ├── Program to Find out what is the day on 1st January of this year.cs ├── Program to Find that Given Number is Kaprekar Number or not.cs ├── Program to Find that Given Year is Leap Year or not.cs ├── Program to Find the Area of Rectangle is Greater than Perimeter of Rectangle or not.cs ├── Program to Find the Area, Perimeter of Rectangle and Area,Circumference of the Circle.cs ├── Program to Find the Cost Price with Profit and Selling Price.cs ├── Program to Find the Fibonacci Roots with Fibonacci Series.cs ├── Program to Find the Given Number and Reversed Number or Equal or Not.cs ├── Program to Find the Given Number is Odd or Even Number.cs ├── Program to Find the Given Number is Odd or even without Arithmetic Operator.cs ├── Program to Find the Given Year is Leap Year or Nor using Logical Operators(AND and NOT).cs ├── Program to Find the Happy Number and Sad Number.cs ├── Program to Find the OverTime Pay for 10 Employees.cs ├── Program to Find the Profit and Loss with Cost Price and Selling Price.cs ├── Program to Find the Range of Series.cs ├── Program to Find the User Input Series is Arithemtic Sequence or not and it's Difference is in Ascending or Descending order or not.cs ├── Program to Find the Youngest age of 3 peoples.cs ├── Program to Find the even,odd,positive,negative values entered by the user and its count also.cs ├── Program to Find the sum of Digits of the Given number.cs ├── Program to Intrchange the Contents of 2 variables.cs ├── Program to Print the ASCII Value of Characters Entered through the Keyboard.cs ├── Program to Reverse the Given Number.cs ├── Program to check if all the three points are all fall on Straight Line.cs ├── Program to find the subarray index start and end positions while its sum equal to Zero in the given array.cs ├── Program to find the sum of first and last digit of an four digit number.cs ├── Program to print Smiley Face.cs ├── Questions for Sample Program ├── Questions.docx ├── README.md ├── Raising A Number to Power.cs ├── Raising an Number to Power of another Number Without using BUILTIN FUNCTION.cs ├── Referred From Internet- HexaDecimal to Decimal Conversion.cs ├── Referred From Internet- Write a C# Sharp program to extract the Date property and display the DateTime value in formatted output..cs ├── Remove an character in the character array with desired position from user.cs ├── Removing Duplicate Character Elements in a Character Array.cs ├── Removing Duplicate Elements in a Array(Numbers).cs ├── Replace an Word in a String.cs ├── Replace an element in a array with its desired positions.cs ├── Retrieve the max from array which is in a odd-index.cs ├── Retrieve the odd numbers till given input number. add and subtract it consecutively and return the result.cs ├── Retrieve the odd-position digits from input integer. Multiply them with their index and return their sum.cs ├── Retrieve the palindorme-true number set from given number limit and return the sum.cs ├── Return the number of days in a month, where month and year are given as input.cs ├── Reverse Integer.cs ├── ScoreIncreasing.cs ├── Search an Character in a Character array.cs ├── Searching an Number in Intger array.cs ├── Searching word in a string of Sentence.cs ├── Selection Sort.cs ├── Sexy Pairs.cs ├── Simple Interest Calculation.cs ├── Solved programs for maximum difference of elements in a array and its index value is printed.cs ├── Sorting Array of Elements in Descending Order.cs ├── Sorting of string using List with Sort Method.cs ├── Sorting the Array in Ascending And Descending Order.cs ├── SplitArray.cs ├── SquareUp.cs ├── Statement Reverse.cs ├── String Concatenation without using builtin function.cs ├── String Concatenation without using strcat function.cs ├── String Sorting in Alpabetical Order example thiru to hirtu.cs ├── String character split up.cs ├── String sorting in alphabetically in Lowercase.cs ├── Subtraction of Two Matixces.cs ├── Sum of Two Matrix.cs ├── Sum67.cs ├── Swapping of 2 numbers with temp variable.cs ├── TOchar array UpperCase.cs ├── The 2 strings lengtha are aqual and they are same string.cs ├── The Matrix.cs ├── The sum of Fibonacci Series.cs ├── The web is built with HTML strings like which draws Yay as italic text. In this example, the i tag makes, which surround the word Yay..cs ├── Thirunavukkarasu_Code1.cs ├── Thirunavukkarasu_Code2.cs ├── Thirunavukkarasu_Code3.cs ├── Threesumarray.txt ├── To find the Sentence between two characters with INDEX and SUBSTRING Methods.cs ├── Transpose of Given Matrix.cs ├── Two dates are given as input in yyyy-MM-dd format. Find the number of months between the two dates.cs ├── Write C# Sharp program to add a number of whole and fractional values to a date and time..cs ├── Write C# Sharp program to determine the day of the week 40 days after the current date..cs ├── Write a C program to accept a coordinate point in a XY coordinate system and determine in which quadrant the coordinate point lies.cs ├── Write a C# Sharp program that takes a character as input and check the input (lowercase) is vowel, a digit, or any other symbol.cs ├── Write a C# Sharp program that takes a number and a width also a number as input and then displays a triangle of that width using that number.cs ├── Write a C# Sharp program that takes distance and time as input and display the speed in kilometers per hour and miles per hour.cs ├── Write a C# Sharp program that takes radius of a sphere as input and calculate and display the surface and volume of the sphere.cs ├── Write a C# Sharp program that takes two numbers as input and returns true or false when both numbers are even or odd.cs ├── Write a C# Sharp program that takes userid and password as input (type string). After 3 wrong attempts user will be rejected.cs ├── Write a C# Sharp program to accept the height of a person in centimeter and categorize the person according to their height.cs ├── Write a C# Sharp program to add specified number of months between zero and fifteen months to the last day of August, 2016..cs ├── Write a C# Sharp program to calculate profit and loss on a transaction..cs ├── Write a C# Sharp program to calculate root of Quadratic Equation..cs ├── Write a C# Sharp program to calculate the factorial of a given number.cs ├── Write a C# Sharp program to calculate what day of the week is 40 days from this moment..cs ├── Write a C# Sharp program to check whether a given substring is present in the given string.cs ├── Write a C# Sharp program to check whether a triangle can be formed by the given value for the angles.cs ├── Write a C# Sharp program to check whether a triangle is Equilateral, Isosceles or Scalene..cs ├── Write a C# Sharp program to check whether an alphabet is vowel or consonant..cs ├── Write a C# Sharp program to compare the last names of two people. It then lists them in alphabetical order.cs ├── Write a C# Sharp program to concatenate the array values of strings.cs ├── Write a C# Sharp program to determine whether the string is a substring of a familiar.cs ├── Write a C# Sharp program to display the Day properties (year, month, day, hour, minute, second, millisecond etc.).cs ├── Write a C# Sharp program to display the Pascal's triangle.cs ├── Write a C# Sharp program to display the number of days of the year between two specified years.cs ├── Write a C# Sharp program to find HCF (Highest Common Factor) of two numbers.cs ├── Write a C# Sharp program to find out the sum of in A.P. series.cs ├── Write a C# Sharp program to find the perfect numbers within a given number of range..cs ├── Write a C# Sharp program to find the sum of first 10 natural numbers.cs ├── Write a C# Sharp program to find whether a given year is leap year or not..cs ├── Write a C# Sharp program to get the day of the week for a specified date..cs ├── Write a C# Sharp program to read roll no, name and marks of three subjects and calculate the total, percentage and division.cs ├── Write a C# Sharp program to read temperature in centigrade and display a suitable message according to temperature condition is given in Program.cs ├── Write a C# Sharp program to retrieve the current date.cs ├── Write a Program which accepts a hash map of integer as key and string as value and print the value which has the highest value for key..cs ├── Write a program in C# Sharp to accept a grade and declare the equivalent description.cs ├── Write a program in C# Sharp to check whether a character is alphabet and not and if so, go to check for case.cs ├── Write a program in C# Sharp to check whether a number is a palindrome or not for N Numbers.cs ├── Write a program in C# Sharp to copy one string to another string.cs ├── Write a program in C# Sharp to copy the elements one array into another array..cs ├── Write a program in C# Sharp to count frequency of each element of an array..cs ├── Write a program in C# Sharp to count frequency of each element of an array.cs ├── Write a program in C# Sharp to count the total number of words in a string.cs ├── Write a program in C# Sharp to count total number of alphabets, digits and special characters in a string.cs ├── Write a program in C# Sharp to count total number of duplicate elements in an array as String.cs ├── Write a program in C# Sharp to count total number of duplicate elements in an array.cs ├── Write a program in C# Sharp to count total number of vowel or consonant in a string.cs ├── Write a program in C# Sharp to display the cube of the number upto given integer.cs ├── Write a program in C# Sharp to display the first 10 natural numbers.cs ├── Write a program in C# Sharp to display the multiplication table vertically from 1 to n.cs ├── Write a program in C# Sharp to display the n terms of even natural number and their sum.cs ├── Write a program in C# Sharp to display the n terms of odd natural number ,Even Natural Number and theirs sum ..cs ├── Write a program in C# Sharp to display the n terms of square natural number and their sum.cs ├── Write a program in C# Sharp to display the number in reverse order.cs ├── Write a program in C# Sharp to display the pattern like diamond.cs ├── Write a program in C# Sharp to display the pattern like pyramid using asterisk and each rows contain odd number of asterisks.cs ├── Write a program in C# Sharp to display the pattern like right angle triangle using asterisk..cs ├── Write a program in C# Sharp to display the pattern like right angle triangle with number as 1 12 123 1234 12345.cs ├── Write a program in C# Sharp to display the sum of the series [ 9 + 99 + 999 + 9999 ...]..cs ├── Write a program in C# Sharp to extract a substring from a given string without using the library function..cs ├── Write a program in C# Sharp to find maximum and minimum element in an array.cs ├── Write a program in C# Sharp to find maximum occurring character in a string.cs ├── Write a program in C# Sharp to find sum of all elements of array.cs ├── Write a program in C# Sharp to find the length of a string without using library function.cs ├── Write a program in C# Sharp to find the number of times a substring appears in the given string.cs ├── Write a program in C# Sharp to find the prime numbers within a range of numbers.cs ├── Write a program in C# Sharp to find the second largest element in an array.cs ├── Write a program in C# Sharp to find the sum of the series.cs ├── Write a program in C# Sharp to insert New value in the array (sorted list ).cs ├── Write a program in C# Sharp to insert a substring before the first occurrence of a string.cs ├── Write a program in C# Sharp to make such a pattern like pyramid with asterisk.cs ├── Write a program in C# Sharp to merge two arrays of same size sorted in ascending order and Study it.cs ├── Write a program in C# Sharp to print a string in reverse order..cs ├── Write a program in C# Sharp to print individual characters of string in reverse order.cs ├── Write a program in C# Sharp to read 10 numbers from keyboard and find their sum and average.cs ├── Write a program in C# Sharp to read a sentence and replace lowercase characters by uppercase and vice-versa.cs ├── Write a program in C# Sharp to read any day number in integer and display day name in word..cs ├── Write a program in C# Sharp to read n number of values in an array and display it in reverse order.cs ├── Write a program in C# Sharp to search the position of a substing within a string.cs ├── Write a program in C# Sharp to separate the individual characters from a string.cs ├── Write a program in C# Sharp to sort a string array in Descending order.cs ├── Write a program in C# Sharp to sort a string array in ascending order.cs ├── Write a program in C# Sharp to sort elements of array in ascending order.cs ├── Write a program in C# Sharp to sort elements of array in descending order.cs ├── Write a program in C# Sharp to store elements in an array and print it.cs ├── Write a program in C# Sharp to to check the username and password.cs ├── Write a program in C# Sharp which is a Menu Driven Program to compute the area of various geometrical shape..cs ├── Write a program to accept two dates and find the difference..cs ├── Write a program, which finds the maximal sequence of consecutive equal elements in an array. Ex 1, 1, 2, 3, 2, 2, 2, 1 as 2, 2, 2..cs ├── Write a programin C# Sharp to separate odd and even integers in separate arrays.cs ├── Write an Program to Calculate the Gross Salary of an Employee.cs ├── Write an Program to Convert the KiloMeter into Meter,feet,inches and centimeter.cs ├── ZigZag.cs ├── _config.yml ├── accept a string and find if it is of date format dd mm yyyy.cs ├── arraylist of string type which has name#mark1#mark2#mark3 format. retrieve the name of the student who has scored max marks(total of three).cs ├── c program to find substring.txt ├── count no 0f digits of given number.txt ├── counting no of Words in a sentence.txt ├── factorial.txt ├── fibo.txt ├── find Prime Number in C#.txt ├── find the average of the maximum and minimum number in an integer array.cs ├── find the max length-word in a given string and return the max-length word. if two words are of same length return the first occuring word of max-length.cs ├── googleaab6da55a793b942.html ├── images ├── body-bg.jpg ├── download-button.png ├── github-button.png ├── header-bg.jpg ├── highlight-bg.jpg └── sidebar-bg.jpg ├── index.md ├── input-- String input1=Lily int input2=2 output-- String output1=LilyLily.cs ├── input1=Rajasthan input2=2 input3=5 output=hts.cs ├── javascripts └── main.js ├── perfectnumber.txt ├── program to Calculate Total Amount WithDrawn by the cashier as a Representation of 100.cs ├── remove space.cs ├── sort intergers in an array in C# without using buitlin functions.txt ├── stylesheets ├── github-light.css ├── normalize.css ├── print.css └── stylesheet.css ├── substring program.txt ├── swapping.txt ├── taking first letter of Each Word in a Sentence for Abbreviated Form.cs ├── validate a password.cs └── validate the ip address in the form a.b.c.d.cs /1 2a 3ab 4abc .cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/1 2a 3ab 4abc .cs -------------------------------------------------------------------------------- /2nd char of ip1 and last 2nd char of ip2 show be equal.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/2nd char of ip1 and last 2nd char of ip2 show be equal.cs -------------------------------------------------------------------------------- /A integer input is accepted. find the square of individual digits and find their sum..cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/A integer input is accepted. find the square of individual digits and find their sum..cs -------------------------------------------------------------------------------- /A number is given as input. Find the odd digits in the number, add them and find if the sum is odd or not.if.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/A number is given as input. Find the odd digits in the number, add them and find if the sum is odd or not.if.cs -------------------------------------------------------------------------------- /A time input is received as stirng. Find if the hour format is in 12 hour format. the suffix am or pm is case insensitive.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/A time input is received as stirng. Find if the hour format is in 12 hour format. the suffix am or pm is case insensitive.cs -------------------------------------------------------------------------------- /Abundant Numbers in a given range.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Abundant Numbers in a given range.cs -------------------------------------------------------------------------------- /Abundant Numbers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Abundant Numbers.cs -------------------------------------------------------------------------------- /Add elements of digits 9999 output 9+9+9+9 3+6 9.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Add elements of digits 9999 output 9+9+9+9 3+6 9.cs -------------------------------------------------------------------------------- /Addictive prime.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Addictive prime.txt -------------------------------------------------------------------------------- /Additive Prime Numbers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Additive Prime Numbers.cs -------------------------------------------------------------------------------- /All Possible Combinations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/All Possible Combinations.cs -------------------------------------------------------------------------------- /Amicable Numbers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Amicable Numbers.cs -------------------------------------------------------------------------------- /An array of integers is given.The given element is removed new array is returned..cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/An array of integers is given.The given element is removed new array is returned..cs -------------------------------------------------------------------------------- /An arraylist of Strings is given as input. The count of the String elements that are not of size input2 string is to be returned..cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/An arraylist of Strings is given as input. The count of the String elements that are not of size input2 string is to be returned..cs -------------------------------------------------------------------------------- /Arithmetic Operations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Arithmetic Operations.cs -------------------------------------------------------------------------------- /Arithmetic Operations.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Arithmetic Operations.txt -------------------------------------------------------------------------------- /Armstrong numbers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Armstrong numbers.txt -------------------------------------------------------------------------------- /ArmstrongNumbers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/ArmstrongNumbers.cs -------------------------------------------------------------------------------- /Arrange the Even Numbers in Even Places and odd Numbers in Odd Places in a given array.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Arrange the Even Numbers in Even Places and odd Numbers in Odd Places in a given array.cs -------------------------------------------------------------------------------- /Biggest Number of Same Number.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Biggest Number of Same Number.cs -------------------------------------------------------------------------------- /Binary Search Implementation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Binary Search Implementation.cs -------------------------------------------------------------------------------- /Binary to Decimal Conversion.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Binary to Decimal Conversion.cs -------------------------------------------------------------------------------- /Bubble Sort for Ascending Order.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Bubble Sort for Ascending Order.cs -------------------------------------------------------------------------------- /Bubble Sort.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Bubble Sort.cs -------------------------------------------------------------------------------- /CHECK THE GIVEN DATE IS VALID OR NOT.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/CHECK THE GIVEN DATE IS VALID OR NOT.cs -------------------------------------------------------------------------------- /Calculate Gross Salary of an Employee with Base Salary.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Calculate Gross Salary of an Employee with Base Salary.cs -------------------------------------------------------------------------------- /Calculation of Intelligence of an Person.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Calculation of Intelligence of an Person.cs -------------------------------------------------------------------------------- /CanBalance.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/CanBalance.cs -------------------------------------------------------------------------------- /Capitalization.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Capitalization.cs -------------------------------------------------------------------------------- /Centigrade to Farenheit Conversion.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Centigrade to Farenheit Conversion.cs -------------------------------------------------------------------------------- /Changing Odd and Even Places of the Given Array.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Changing Odd and Even Places of the Given Array.cs -------------------------------------------------------------------------------- /Characters Filtering with Substring.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Characters Filtering with Substring.cs -------------------------------------------------------------------------------- /Check the whether the given string is balanced string or not.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Check the whether the given string is balanced string or not.cs -------------------------------------------------------------------------------- /Check whether a given string is palindrome also check whether it has atleast 2 different vowels.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Check whether a given string is palindrome also check whether it has atleast 2 different vowels.cs -------------------------------------------------------------------------------- /CloseFar.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/CloseFar.cs -------------------------------------------------------------------------------- /Collatz Sequence.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Collatz Sequence.cs -------------------------------------------------------------------------------- /Combination Generation with 1,2,3.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Combination Generation with 1,2,3.cs -------------------------------------------------------------------------------- /Combination Generation with A,B,C.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Combination Generation with A,B,C.cs -------------------------------------------------------------------------------- /Concatenations of 3 strings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Concatenations of 3 strings.cs -------------------------------------------------------------------------------- /Conversion of Centigrade to Farenheit Value and Kelvin Value.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Conversion of Centigrade to Farenheit Value and Kelvin Value.cs -------------------------------------------------------------------------------- /Conversion of Given Number into Octal Equivalent Number.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Conversion of Given Number into Octal Equivalent Number.cs -------------------------------------------------------------------------------- /Convert an String to Lowercase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Convert an String to Lowercase.cs -------------------------------------------------------------------------------- /Convert an String to Uppercase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Convert an String to Uppercase.cs -------------------------------------------------------------------------------- /Convert characters to uppercase without using builtin funcins in CSharp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Convert characters to uppercase without using builtin funcins in CSharp.txt -------------------------------------------------------------------------------- /Converting Total Days to noof Month and Noof Days.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Converting Total Days to noof Month and Noof Days.cs -------------------------------------------------------------------------------- /Converting odd places to Uppercase and even places to lowercase in a String.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Converting odd places to Uppercase and even places to lowercase in a String.cs -------------------------------------------------------------------------------- /Count number of digits of an number.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Count number of digits of an number.cs -------------------------------------------------------------------------------- /CountClumps.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/CountClumps.cs -------------------------------------------------------------------------------- /Counting Days of the Week and Today is Tuesday, what day it would be 45 days from now.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Counting Days of the Week and Today is Tuesday, what day it would be 45 days from now.cs -------------------------------------------------------------------------------- /Counting Number of Positive,Negative and Zero Values Entered By the User.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Counting Number of Positive,Negative and Zero Values Entered By the User.cs -------------------------------------------------------------------------------- /Counting Number of Vowels in the given string.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Counting Number of Vowels in the given string.cs -------------------------------------------------------------------------------- /Counting Number of digits of an Number.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Counting Number of digits of an Number.cs -------------------------------------------------------------------------------- /Counting no of characters,special characters,Numbers in the given string.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Counting no of characters,special characters,Numbers in the given string.cs -------------------------------------------------------------------------------- /DataType Sizes in C Csharp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/DataType Sizes in C Csharp.cs -------------------------------------------------------------------------------- /Decimal To Octal Conversion.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Decimal To Octal Conversion.cs -------------------------------------------------------------------------------- /Decimal to Binary Conversion.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Decimal to Binary Conversion.cs -------------------------------------------------------------------------------- /Decimal to HexaDecimal Conversion.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Decimal to HexaDecimal Conversion.cs -------------------------------------------------------------------------------- /Delete an element in Array at its desired Position(Numbers).cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Delete an element in Array at its desired Position(Numbers).cs -------------------------------------------------------------------------------- /Divisibility Test.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Divisibility Test.cs -------------------------------------------------------------------------------- /Doubt_Write a program in C# Sharp to delete an element at desired position from an array..cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Doubt_Write a program in C# Sharp to delete an element at desired position from an array..cs -------------------------------------------------------------------------------- /Doubt_Write a program in C# Sharp to insert New value in the array (unsorted list ).cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Doubt_Write a program in C# Sharp to insert New value in the array (unsorted list ).cs -------------------------------------------------------------------------------- /Electricity Bill Calculation for home.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Electricity Bill Calculation for home.cs -------------------------------------------------------------------------------- /Enter your name and return a string print the title first and then comma and then first letter of initial name..cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Enter your name and return a string print the title first and then comma and then first letter of initial name..cs -------------------------------------------------------------------------------- /Factorial of Given Number using For loop.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Factorial of Given Number using For loop.cs -------------------------------------------------------------------------------- /Factorial using Functions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Factorial using Functions.cs -------------------------------------------------------------------------------- /Fibonacci Series using Functions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Fibonacci Series using Functions.cs -------------------------------------------------------------------------------- /Find Armstrong Numbers from 1 to 500 using while loop.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Find Armstrong Numbers from 1 to 500 using while loop.cs -------------------------------------------------------------------------------- /Find if a given pattern appears in both the input strings at same postions..cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Find if a given pattern appears in both the input strings at same postions..cs -------------------------------------------------------------------------------- /Find the Given Number is Absolute Number or not.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Find the Given Number is Absolute Number or not.cs -------------------------------------------------------------------------------- /Find the Maximum Frequency of values entered and print the each number frequency.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Find the Maximum Frequency of values entered and print the each number frequency.cs -------------------------------------------------------------------------------- /Find the Maximum span of the given array.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Find the Maximum span of the given array.cs -------------------------------------------------------------------------------- /Find the Quotient and Remainder of 2 values without division and modulos operators.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Find the Quotient and Remainder of 2 values without division and modulos operators.cs -------------------------------------------------------------------------------- /Find the day Friday of a date input given as MM-dd-yyyy format input 12272012 output Thursday.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Find the day Friday of a date input given as MM-dd-yyyy format input 12272012 output Thursday.cs -------------------------------------------------------------------------------- /Find the extension of a given string file..cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Find the extension of a given string file..cs -------------------------------------------------------------------------------- /Find the number of days between two input dates.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Find the number of days between two input dates.cs -------------------------------------------------------------------------------- /Finding Biggest Value Among 3 Numbers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Finding Biggest Value Among 3 Numbers.cs -------------------------------------------------------------------------------- /Finding common 3 words in a string and its maximum length and string too.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Finding common 3 words in a string and its maximum length and string too.cs -------------------------------------------------------------------------------- /Fix34.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Fix34.cs -------------------------------------------------------------------------------- /FizzArray.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/FizzArray.cs -------------------------------------------------------------------------------- /FizzBuzz.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/FizzBuzz.cs -------------------------------------------------------------------------------- /Fizzstring.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Fizzstring.cs -------------------------------------------------------------------------------- /Fizzstring2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Fizzstring2.cs -------------------------------------------------------------------------------- /Floyd's Triangle in Pyramid Pattern.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Floyd's Triangle in Pyramid Pattern.cs -------------------------------------------------------------------------------- /Flyod's Triangle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Flyod's Triangle.cs -------------------------------------------------------------------------------- /GIVEN A STRING 555-666-1234 DISPLAY AS 55-56-661-234.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/GIVEN A STRING 555-666-1234 DISPLAY AS 55-56-661-234.cs -------------------------------------------------------------------------------- /Get a input string. Find if it is a negative number, if true return the absolute value, in other cases.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Get a input string. Find if it is a negative number, if true return the absolute value, in other cases.cs -------------------------------------------------------------------------------- /Get a input string. Find if it is a negative number, if true return the absolute value, in other cases.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Get a input string. Find if it is a negative number, if true return the absolute value, in other cases.cs -------------------------------------------------------------------------------- /Get a input string. reverse it and parse it with '-'..cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Get a input string. reverse it and parse it with '-'..cs -------------------------------------------------------------------------------- /Get two integer arrays as input. Find if there are common elements in the arrays. find the number of common elements..cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Get two integer arrays as input. Find if there are common elements in the arrays. find the number of common elements..cs -------------------------------------------------------------------------------- /Getting the first and last n letters from a word where wordlength is greater than 2n.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Getting the first and last n letters from a word where wordlength is greater than 2n.cs -------------------------------------------------------------------------------- /Given 2 strings, return their concatenation, except omit the first char of each. The strings will be at least length 1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Given 2 strings, return their concatenation, except omit the first char of each. The strings will be at least length 1.cs -------------------------------------------------------------------------------- /Given a set of strings find the first occurrence of a string and find like input = [AL, AL, GH, F, GH, PK] output = F.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Given a set of strings find the first occurrence of a string and find like input = [AL, AL, GH, F, GH, PK] output = F.cs -------------------------------------------------------------------------------- /Given a string of odd length, return the string length 3 from its middle, so Candy yields and. The string length will be at least 3.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Given a string of odd length, return the string length 3 from its middle, so Candy yields and. The string length will be at least 3.cs -------------------------------------------------------------------------------- /Given a string, look for a mirror image (backwards) string at both the beginning and end of the given string..cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Given a string, look for a mirror image (backwards) string at both the beginning and end of the given string..cs -------------------------------------------------------------------------------- /Given a string, return a string where every appearance of the lowercase word is has been replaced with is not..cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Given a string, return a string where every appearance of the lowercase word is has been replaced with is not..cs -------------------------------------------------------------------------------- /Given a string, return a string where for every char in the original, there are two chars..cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Given a string, return a string where for every char in the original, there are two chars..cs -------------------------------------------------------------------------------- /Given a string, return the length of the largest block in the string. A block is a run of adjacent chars that are the same.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Given a string, return the length of the largest block in the string. A block is a run of adjacent chars that are the same.cs -------------------------------------------------------------------------------- /Given a string, return true if the first 2 chars in the string also appear at the end of the string, such as with edited.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Given a string, return true if the first 2 chars in the string also appear at the end of the string, such as with edited.cs -------------------------------------------------------------------------------- /Given an array of ints length 3, return an array with the elements rotated left so {1, 2, 3} yields {2, 3, 1}.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Given an array of ints length 3, return an array with the elements rotated left so {1, 2, 3} yields {2, 3, 1}.cs -------------------------------------------------------------------------------- /Given date in dd-MM-yyyy format.return the month in full name format(January).cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Given date in dd-MM-yyyy format.return the month in full name format(January).cs -------------------------------------------------------------------------------- /Given two strings, a and b, return the result of putting them together in the order abba, e.g. Hi and Bye returns HiByeByeHi..cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Given two strings, a and b, return the result of putting them together in the order abba, e.g. Hi and Bye returns HiByeByeHi..cs -------------------------------------------------------------------------------- /Groupsum.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Groupsum.cs -------------------------------------------------------------------------------- /HashMap with regnum as key and mark as value. find the avg of marks whose key is odd..cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/HashMap with regnum as key and mark as value. find the avg of marks whose key is odd..cs -------------------------------------------------------------------------------- /HexaDecimal to Binary Conversion.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/HexaDecimal to Binary Conversion.cs -------------------------------------------------------------------------------- /Input a hash map. Count the keys which are not divisible by 4 and return..cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Input a hash map. Count the keys which are not divisible by 4 and return..cs -------------------------------------------------------------------------------- /Input a int array. Square the elements in even position and cube the elements in odd position and add them as result.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Input a int array. Square the elements in even position and cube the elements in odd position and add them as result.cs -------------------------------------------------------------------------------- /Input1 Hello World output dello WorlH..cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Input1 Hello World output dello WorlH..cs -------------------------------------------------------------------------------- /Inserting an new character into the character Array.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Inserting an new character into the character Array.cs -------------------------------------------------------------------------------- /Inserting new Elements to the array(Number elements of Array).cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Inserting new Elements to the array(Number elements of Array).cs -------------------------------------------------------------------------------- /Internet - Find Quotient and Remainder of 2 values without division Operator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Internet - Find Quotient and Remainder of 2 values without division Operator.cs -------------------------------------------------------------------------------- /Jagged Arrays.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Jagged Arrays.cs -------------------------------------------------------------------------------- /LastSamples.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/LastSamples.cs -------------------------------------------------------------------------------- /Least Common Multiple(L.C.M) of 2 numbers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Least Common Multiple(L.C.M) of 2 numbers.cs -------------------------------------------------------------------------------- /Linear Search Implementation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Linear Search Implementation.cs -------------------------------------------------------------------------------- /LinearIn.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/LinearIn.cs -------------------------------------------------------------------------------- /List Manipulation In CSharp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/List Manipulation In CSharp.cs -------------------------------------------------------------------------------- /LoneSum.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/LoneSum.cs -------------------------------------------------------------------------------- /LuckySUm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/LuckySUm.cs -------------------------------------------------------------------------------- /Maxspan.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Maxspan.cs -------------------------------------------------------------------------------- /Menu Driven Program for Switch case.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Menu Driven Program for Switch case.cs -------------------------------------------------------------------------------- /Merging Two Arrays.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Merging Two Arrays.cs -------------------------------------------------------------------------------- /MultiCalculator Application.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/MultiCalculator Application.cs -------------------------------------------------------------------------------- /Multiplication of Two Matrixces.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Multiplication of Two Matrixces.cs -------------------------------------------------------------------------------- /Number of ones counted in a given range.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Number of ones counted in a given range.cs -------------------------------------------------------------------------------- /Octal To Binary Conversion.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Octal To Binary Conversion.cs -------------------------------------------------------------------------------- /Octal to Decimal and Decimal to HexaDecimal Converter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Octal to Decimal and Decimal to HexaDecimal Converter.cs -------------------------------------------------------------------------------- /Octal to Decimal Conversion.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Octal to Decimal Conversion.cs -------------------------------------------------------------------------------- /One Dimensional Array Addition,Subtraction,Multiplication.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/One Dimensional Array Addition,Subtraction,Multiplication.cs -------------------------------------------------------------------------------- /PROGRAM TO FIND THE Maximum Frequency of the character entered by the USER.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/PROGRAM TO FIND THE Maximum Frequency of the character entered by the USER.cs -------------------------------------------------------------------------------- /Palindrome for numbers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Palindrome for numbers.cs -------------------------------------------------------------------------------- /PerfectIntegers from 1 to 1000.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/PerfectIntegers from 1 to 1000.cs -------------------------------------------------------------------------------- /Prime Numbers between 1 to 300 using nested for loops,break and continue.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Prime Numbers between 1 to 300 using nested for loops,break and continue.cs -------------------------------------------------------------------------------- /Print the First occurence of the whole numbers in the Given number example thiru1990 output is 1990.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Print the First occurence of the whole numbers in the Given number example thiru1990 output is 1990.cs -------------------------------------------------------------------------------- /Printing Flyod's Triangle as Pyramid.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Printing Flyod's Triangle as Pyramid.cs -------------------------------------------------------------------------------- /Printing Multiplication Table for an Series.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Printing Multiplication Table for an Series.cs -------------------------------------------------------------------------------- /Program to check the 2 strings are Anagrams or Not.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Program to check the 2 strings are Anagrams or Not.cs -------------------------------------------------------------------------------- /Program to Calculate new number with input value added by 1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Program to Calculate new number with input value added by 1.cs -------------------------------------------------------------------------------- /Program to Check THe Given String is Palindrome or Not.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Program to Check THe Given String is Palindrome or Not.cs -------------------------------------------------------------------------------- /Program to Check Whether the given Number is an Valid ISBN number or not.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Program to Check Whether the given Number is an Valid ISBN number or not.cs -------------------------------------------------------------------------------- /Program to Check the Memership Status for returning of book at lately in Library and consume the fine amount for late return.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Program to Check the Memership Status for returning of book at lately in Library and consume the fine amount for late return.cs -------------------------------------------------------------------------------- /Program to Display ASCII Values From 0 to 255.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Program to Display ASCII Values From 0 to 255.cs -------------------------------------------------------------------------------- /Program to Find Factors of an Number and its sum and Number of Factors.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Program to Find Factors of an Number and its sum and Number of Factors.cs -------------------------------------------------------------------------------- /Program to Find The Given Number is Prime or not using While loop and if.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Program to Find The Given Number is Prime or not using While loop and if.cs -------------------------------------------------------------------------------- /Program to Find out the points lies on Which axis or at origin.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Program to Find out the points lies on Which axis or at origin.cs -------------------------------------------------------------------------------- /Program to Find out what is the day on 1st January of this year.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Program to Find out what is the day on 1st January of this year.cs -------------------------------------------------------------------------------- /Program to Find that Given Number is Kaprekar Number or not.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Program to Find that Given Number is Kaprekar Number or not.cs -------------------------------------------------------------------------------- /Program to Find that Given Year is Leap Year or not.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Program to Find that Given Year is Leap Year or not.cs -------------------------------------------------------------------------------- /Program to Find the Area of Rectangle is Greater than Perimeter of Rectangle or not.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Program to Find the Area of Rectangle is Greater than Perimeter of Rectangle or not.cs -------------------------------------------------------------------------------- /Program to Find the Area, Perimeter of Rectangle and Area,Circumference of the Circle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Program to Find the Area, Perimeter of Rectangle and Area,Circumference of the Circle.cs -------------------------------------------------------------------------------- /Program to Find the Cost Price with Profit and Selling Price.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Program to Find the Cost Price with Profit and Selling Price.cs -------------------------------------------------------------------------------- /Program to Find the Fibonacci Roots with Fibonacci Series.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Program to Find the Fibonacci Roots with Fibonacci Series.cs -------------------------------------------------------------------------------- /Program to Find the Given Number and Reversed Number or Equal or Not.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Program to Find the Given Number and Reversed Number or Equal or Not.cs -------------------------------------------------------------------------------- /Program to Find the Given Number is Odd or Even Number.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Program to Find the Given Number is Odd or Even Number.cs -------------------------------------------------------------------------------- /Program to Find the Given Number is Odd or even without Arithmetic Operator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Program to Find the Given Number is Odd or even without Arithmetic Operator.cs -------------------------------------------------------------------------------- /Program to Find the Given Year is Leap Year or Nor using Logical Operators(AND and NOT).cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Program to Find the Given Year is Leap Year or Nor using Logical Operators(AND and NOT).cs -------------------------------------------------------------------------------- /Program to Find the Happy Number and Sad Number.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Program to Find the Happy Number and Sad Number.cs -------------------------------------------------------------------------------- /Program to Find the OverTime Pay for 10 Employees.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Program to Find the OverTime Pay for 10 Employees.cs -------------------------------------------------------------------------------- /Program to Find the Profit and Loss with Cost Price and Selling Price.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Program to Find the Profit and Loss with Cost Price and Selling Price.cs -------------------------------------------------------------------------------- /Program to Find the Range of Series.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Program to Find the Range of Series.cs -------------------------------------------------------------------------------- /Program to Find the User Input Series is Arithemtic Sequence or not and it's Difference is in Ascending or Descending order or not.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Program to Find the User Input Series is Arithemtic Sequence or not and it's Difference is in Ascending or Descending order or not.cs -------------------------------------------------------------------------------- /Program to Find the Youngest age of 3 peoples.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Program to Find the Youngest age of 3 peoples.cs -------------------------------------------------------------------------------- /Program to Find the even,odd,positive,negative values entered by the user and its count also.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Program to Find the even,odd,positive,negative values entered by the user and its count also.cs -------------------------------------------------------------------------------- /Program to Find the sum of Digits of the Given number.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Program to Find the sum of Digits of the Given number.cs -------------------------------------------------------------------------------- /Program to Intrchange the Contents of 2 variables.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Program to Intrchange the Contents of 2 variables.cs -------------------------------------------------------------------------------- /Program to Print the ASCII Value of Characters Entered through the Keyboard.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Program to Print the ASCII Value of Characters Entered through the Keyboard.cs -------------------------------------------------------------------------------- /Program to Reverse the Given Number.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Program to Reverse the Given Number.cs -------------------------------------------------------------------------------- /Program to check if all the three points are all fall on Straight Line.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Program to check if all the three points are all fall on Straight Line.cs -------------------------------------------------------------------------------- /Program to find the subarray index start and end positions while its sum equal to Zero in the given array.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Program to find the subarray index start and end positions while its sum equal to Zero in the given array.cs -------------------------------------------------------------------------------- /Program to find the sum of first and last digit of an four digit number.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Program to find the sum of first and last digit of an four digit number.cs -------------------------------------------------------------------------------- /Program to print Smiley Face.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Program to print Smiley Face.cs -------------------------------------------------------------------------------- /Questions for Sample Program: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Questions for Sample Program -------------------------------------------------------------------------------- /Questions.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Questions.docx -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/README.md -------------------------------------------------------------------------------- /Raising A Number to Power.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Raising A Number to Power.cs -------------------------------------------------------------------------------- /Raising an Number to Power of another Number Without using BUILTIN FUNCTION.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Raising an Number to Power of another Number Without using BUILTIN FUNCTION.cs -------------------------------------------------------------------------------- /Referred From Internet- HexaDecimal to Decimal Conversion.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Referred From Internet- HexaDecimal to Decimal Conversion.cs -------------------------------------------------------------------------------- /Referred From Internet- Write a C# Sharp program to extract the Date property and display the DateTime value in formatted output..cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Referred From Internet- Write a C# Sharp program to extract the Date property and display the DateTime value in formatted output..cs -------------------------------------------------------------------------------- /Remove an character in the character array with desired position from user.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Remove an character in the character array with desired position from user.cs -------------------------------------------------------------------------------- /Removing Duplicate Character Elements in a Character Array.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Removing Duplicate Character Elements in a Character Array.cs -------------------------------------------------------------------------------- /Removing Duplicate Elements in a Array(Numbers).cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Removing Duplicate Elements in a Array(Numbers).cs -------------------------------------------------------------------------------- /Replace an Word in a String.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Replace an Word in a String.cs -------------------------------------------------------------------------------- /Replace an element in a array with its desired positions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Replace an element in a array with its desired positions.cs -------------------------------------------------------------------------------- /Retrieve the max from array which is in a odd-index.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Retrieve the max from array which is in a odd-index.cs -------------------------------------------------------------------------------- /Retrieve the odd numbers till given input number. add and subtract it consecutively and return the result.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Retrieve the odd numbers till given input number. add and subtract it consecutively and return the result.cs -------------------------------------------------------------------------------- /Retrieve the odd-position digits from input integer. Multiply them with their index and return their sum.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Retrieve the odd-position digits from input integer. Multiply them with their index and return their sum.cs -------------------------------------------------------------------------------- /Retrieve the palindorme-true number set from given number limit and return the sum.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Retrieve the palindorme-true number set from given number limit and return the sum.cs -------------------------------------------------------------------------------- /Return the number of days in a month, where month and year are given as input.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Return the number of days in a month, where month and year are given as input.cs -------------------------------------------------------------------------------- /Reverse Integer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Reverse Integer.cs -------------------------------------------------------------------------------- /ScoreIncreasing.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/ScoreIncreasing.cs -------------------------------------------------------------------------------- /Search an Character in a Character array.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Search an Character in a Character array.cs -------------------------------------------------------------------------------- /Searching an Number in Intger array.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Searching an Number in Intger array.cs -------------------------------------------------------------------------------- /Searching word in a string of Sentence.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Searching word in a string of Sentence.cs -------------------------------------------------------------------------------- /Selection Sort.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Selection Sort.cs -------------------------------------------------------------------------------- /Sexy Pairs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Sexy Pairs.cs -------------------------------------------------------------------------------- /Simple Interest Calculation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Simple Interest Calculation.cs -------------------------------------------------------------------------------- /Solved programs for maximum difference of elements in a array and its index value is printed.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Solved programs for maximum difference of elements in a array and its index value is printed.cs -------------------------------------------------------------------------------- /Sorting Array of Elements in Descending Order.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Sorting Array of Elements in Descending Order.cs -------------------------------------------------------------------------------- /Sorting of string using List with Sort Method.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Sorting of string using List with Sort Method.cs -------------------------------------------------------------------------------- /Sorting the Array in Ascending And Descending Order.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Sorting the Array in Ascending And Descending Order.cs -------------------------------------------------------------------------------- /SplitArray.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/SplitArray.cs -------------------------------------------------------------------------------- /SquareUp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/SquareUp.cs -------------------------------------------------------------------------------- /Statement Reverse.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Statement Reverse.cs -------------------------------------------------------------------------------- /String Concatenation without using builtin function.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/String Concatenation without using builtin function.cs -------------------------------------------------------------------------------- /String Concatenation without using strcat function.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/String Concatenation without using strcat function.cs -------------------------------------------------------------------------------- /String Sorting in Alpabetical Order example thiru to hirtu.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/String Sorting in Alpabetical Order example thiru to hirtu.cs -------------------------------------------------------------------------------- /String character split up.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/String character split up.cs -------------------------------------------------------------------------------- /String sorting in alphabetically in Lowercase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/String sorting in alphabetically in Lowercase.cs -------------------------------------------------------------------------------- /Subtraction of Two Matixces.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Subtraction of Two Matixces.cs -------------------------------------------------------------------------------- /Sum of Two Matrix.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Sum of Two Matrix.cs -------------------------------------------------------------------------------- /Sum67.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Sum67.cs -------------------------------------------------------------------------------- /Swapping of 2 numbers with temp variable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Swapping of 2 numbers with temp variable.cs -------------------------------------------------------------------------------- /TOchar array UpperCase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/TOchar array UpperCase.cs -------------------------------------------------------------------------------- /The 2 strings lengtha are aqual and they are same string.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/The 2 strings lengtha are aqual and they are same string.cs -------------------------------------------------------------------------------- /The Matrix.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/The Matrix.cs -------------------------------------------------------------------------------- /The sum of Fibonacci Series.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/The sum of Fibonacci Series.cs -------------------------------------------------------------------------------- /The web is built with HTML strings like which draws Yay as italic text. In this example, the i tag makes, which surround the word Yay..cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/The web is built with HTML strings like which draws Yay as italic text. In this example, the i tag makes, which surround the word Yay..cs -------------------------------------------------------------------------------- /Thirunavukkarasu_Code1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Thirunavukkarasu_Code1.cs -------------------------------------------------------------------------------- /Thirunavukkarasu_Code2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Thirunavukkarasu_Code2.cs -------------------------------------------------------------------------------- /Thirunavukkarasu_Code3.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Thirunavukkarasu_Code3.cs -------------------------------------------------------------------------------- /Threesumarray.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Threesumarray.txt -------------------------------------------------------------------------------- /To find the Sentence between two characters with INDEX and SUBSTRING Methods.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/To find the Sentence between two characters with INDEX and SUBSTRING Methods.cs -------------------------------------------------------------------------------- /Transpose of Given Matrix.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Transpose of Given Matrix.cs -------------------------------------------------------------------------------- /Two dates are given as input in yyyy-MM-dd format. Find the number of months between the two dates.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Two dates are given as input in yyyy-MM-dd format. Find the number of months between the two dates.cs -------------------------------------------------------------------------------- /Write C# Sharp program to add a number of whole and fractional values to a date and time..cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write C# Sharp program to add a number of whole and fractional values to a date and time..cs -------------------------------------------------------------------------------- /Write C# Sharp program to determine the day of the week 40 days after the current date..cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write C# Sharp program to determine the day of the week 40 days after the current date..cs -------------------------------------------------------------------------------- /Write a C program to accept a coordinate point in a XY coordinate system and determine in which quadrant the coordinate point lies.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a C program to accept a coordinate point in a XY coordinate system and determine in which quadrant the coordinate point lies.cs -------------------------------------------------------------------------------- /Write a C# Sharp program that takes a character as input and check the input (lowercase) is vowel, a digit, or any other symbol.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a C# Sharp program that takes a character as input and check the input (lowercase) is vowel, a digit, or any other symbol.cs -------------------------------------------------------------------------------- /Write a C# Sharp program that takes a number and a width also a number as input and then displays a triangle of that width using that number.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a C# Sharp program that takes a number and a width also a number as input and then displays a triangle of that width using that number.cs -------------------------------------------------------------------------------- /Write a C# Sharp program that takes distance and time as input and display the speed in kilometers per hour and miles per hour.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a C# Sharp program that takes distance and time as input and display the speed in kilometers per hour and miles per hour.cs -------------------------------------------------------------------------------- /Write a C# Sharp program that takes radius of a sphere as input and calculate and display the surface and volume of the sphere.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a C# Sharp program that takes radius of a sphere as input and calculate and display the surface and volume of the sphere.cs -------------------------------------------------------------------------------- /Write a C# Sharp program that takes two numbers as input and returns true or false when both numbers are even or odd.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a C# Sharp program that takes two numbers as input and returns true or false when both numbers are even or odd.cs -------------------------------------------------------------------------------- /Write a C# Sharp program that takes userid and password as input (type string). After 3 wrong attempts user will be rejected.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a C# Sharp program that takes userid and password as input (type string). After 3 wrong attempts user will be rejected.cs -------------------------------------------------------------------------------- /Write a C# Sharp program to accept the height of a person in centimeter and categorize the person according to their height.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a C# Sharp program to accept the height of a person in centimeter and categorize the person according to their height.cs -------------------------------------------------------------------------------- /Write a C# Sharp program to add specified number of months between zero and fifteen months to the last day of August, 2016..cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a C# Sharp program to add specified number of months between zero and fifteen months to the last day of August, 2016..cs -------------------------------------------------------------------------------- /Write a C# Sharp program to calculate profit and loss on a transaction..cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a C# Sharp program to calculate profit and loss on a transaction..cs -------------------------------------------------------------------------------- /Write a C# Sharp program to calculate root of Quadratic Equation..cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a C# Sharp program to calculate root of Quadratic Equation..cs -------------------------------------------------------------------------------- /Write a C# Sharp program to calculate the factorial of a given number.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a C# Sharp program to calculate the factorial of a given number.cs -------------------------------------------------------------------------------- /Write a C# Sharp program to calculate what day of the week is 40 days from this moment..cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a C# Sharp program to calculate what day of the week is 40 days from this moment..cs -------------------------------------------------------------------------------- /Write a C# Sharp program to check whether a given substring is present in the given string.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a C# Sharp program to check whether a given substring is present in the given string.cs -------------------------------------------------------------------------------- /Write a C# Sharp program to check whether a triangle can be formed by the given value for the angles.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a C# Sharp program to check whether a triangle can be formed by the given value for the angles.cs -------------------------------------------------------------------------------- /Write a C# Sharp program to check whether a triangle is Equilateral, Isosceles or Scalene..cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a C# Sharp program to check whether a triangle is Equilateral, Isosceles or Scalene..cs -------------------------------------------------------------------------------- /Write a C# Sharp program to check whether an alphabet is vowel or consonant..cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a C# Sharp program to check whether an alphabet is vowel or consonant..cs -------------------------------------------------------------------------------- /Write a C# Sharp program to compare the last names of two people. It then lists them in alphabetical order.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a C# Sharp program to compare the last names of two people. It then lists them in alphabetical order.cs -------------------------------------------------------------------------------- /Write a C# Sharp program to concatenate the array values of strings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a C# Sharp program to concatenate the array values of strings.cs -------------------------------------------------------------------------------- /Write a C# Sharp program to determine whether the string is a substring of a familiar.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a C# Sharp program to determine whether the string is a substring of a familiar.cs -------------------------------------------------------------------------------- /Write a C# Sharp program to display the Day properties (year, month, day, hour, minute, second, millisecond etc.).cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a C# Sharp program to display the Day properties (year, month, day, hour, minute, second, millisecond etc.).cs -------------------------------------------------------------------------------- /Write a C# Sharp program to display the Pascal's triangle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a C# Sharp program to display the Pascal's triangle.cs -------------------------------------------------------------------------------- /Write a C# Sharp program to display the number of days of the year between two specified years.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a C# Sharp program to display the number of days of the year between two specified years.cs -------------------------------------------------------------------------------- /Write a C# Sharp program to find HCF (Highest Common Factor) of two numbers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a C# Sharp program to find HCF (Highest Common Factor) of two numbers.cs -------------------------------------------------------------------------------- /Write a C# Sharp program to find out the sum of in A.P. series.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a C# Sharp program to find out the sum of in A.P. series.cs -------------------------------------------------------------------------------- /Write a C# Sharp program to find the perfect numbers within a given number of range..cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a C# Sharp program to find the perfect numbers within a given number of range..cs -------------------------------------------------------------------------------- /Write a C# Sharp program to find the sum of first 10 natural numbers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a C# Sharp program to find the sum of first 10 natural numbers.cs -------------------------------------------------------------------------------- /Write a C# Sharp program to find whether a given year is leap year or not..cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a C# Sharp program to find whether a given year is leap year or not..cs -------------------------------------------------------------------------------- /Write a C# Sharp program to get the day of the week for a specified date..cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a C# Sharp program to get the day of the week for a specified date..cs -------------------------------------------------------------------------------- /Write a C# Sharp program to read roll no, name and marks of three subjects and calculate the total, percentage and division.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a C# Sharp program to read roll no, name and marks of three subjects and calculate the total, percentage and division.cs -------------------------------------------------------------------------------- /Write a C# Sharp program to read temperature in centigrade and display a suitable message according to temperature condition is given in Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a C# Sharp program to read temperature in centigrade and display a suitable message according to temperature condition is given in Program.cs -------------------------------------------------------------------------------- /Write a C# Sharp program to retrieve the current date.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a C# Sharp program to retrieve the current date.cs -------------------------------------------------------------------------------- /Write a Program which accepts a hash map of integer as key and string as value and print the value which has the highest value for key..cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a Program which accepts a hash map of integer as key and string as value and print the value which has the highest value for key..cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to accept a grade and declare the equivalent description.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to accept a grade and declare the equivalent description.cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to check whether a character is alphabet and not and if so, go to check for case.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to check whether a character is alphabet and not and if so, go to check for case.cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to check whether a number is a palindrome or not for N Numbers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to check whether a number is a palindrome or not for N Numbers.cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to copy one string to another string.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to copy one string to another string.cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to copy the elements one array into another array..cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to copy the elements one array into another array..cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to count frequency of each element of an array..cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to count frequency of each element of an array..cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to count frequency of each element of an array.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to count frequency of each element of an array.cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to count the total number of words in a string.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to count the total number of words in a string.cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to count total number of alphabets, digits and special characters in a string.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to count total number of alphabets, digits and special characters in a string.cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to count total number of duplicate elements in an array as String.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to count total number of duplicate elements in an array as String.cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to count total number of duplicate elements in an array.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to count total number of duplicate elements in an array.cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to count total number of vowel or consonant in a string.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to count total number of vowel or consonant in a string.cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to display the cube of the number upto given integer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to display the cube of the number upto given integer.cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to display the first 10 natural numbers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to display the first 10 natural numbers.cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to display the multiplication table vertically from 1 to n.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to display the multiplication table vertically from 1 to n.cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to display the n terms of even natural number and their sum.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to display the n terms of even natural number and their sum.cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to display the n terms of odd natural number ,Even Natural Number and theirs sum ..cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to display the n terms of odd natural number ,Even Natural Number and theirs sum ..cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to display the n terms of square natural number and their sum.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to display the n terms of square natural number and their sum.cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to display the number in reverse order.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to display the number in reverse order.cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to display the pattern like diamond.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to display the pattern like diamond.cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to display the pattern like pyramid using asterisk and each rows contain odd number of asterisks.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to display the pattern like pyramid using asterisk and each rows contain odd number of asterisks.cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to display the pattern like right angle triangle using asterisk..cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to display the pattern like right angle triangle using asterisk..cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to display the pattern like right angle triangle with number as 1 12 123 1234 12345.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to display the pattern like right angle triangle with number as 1 12 123 1234 12345.cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to display the sum of the series [ 9 + 99 + 999 + 9999 ...]..cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to display the sum of the series [ 9 + 99 + 999 + 9999 ...]..cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to extract a substring from a given string without using the library function..cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to extract a substring from a given string without using the library function..cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to find maximum and minimum element in an array.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to find maximum and minimum element in an array.cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to find maximum occurring character in a string.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to find maximum occurring character in a string.cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to find sum of all elements of array.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to find sum of all elements of array.cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to find the length of a string without using library function.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to find the length of a string without using library function.cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to find the number of times a substring appears in the given string.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to find the number of times a substring appears in the given string.cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to find the prime numbers within a range of numbers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to find the prime numbers within a range of numbers.cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to find the second largest element in an array.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to find the second largest element in an array.cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to find the sum of the series.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to find the sum of the series.cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to insert New value in the array (sorted list ).cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to insert New value in the array (sorted list ).cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to insert a substring before the first occurrence of a string.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to insert a substring before the first occurrence of a string.cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to make such a pattern like pyramid with asterisk.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to make such a pattern like pyramid with asterisk.cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to merge two arrays of same size sorted in ascending order and Study it.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to merge two arrays of same size sorted in ascending order and Study it.cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to print a string in reverse order..cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to print a string in reverse order..cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to print individual characters of string in reverse order.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to print individual characters of string in reverse order.cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to read 10 numbers from keyboard and find their sum and average.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to read 10 numbers from keyboard and find their sum and average.cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to read a sentence and replace lowercase characters by uppercase and vice-versa.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to read a sentence and replace lowercase characters by uppercase and vice-versa.cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to read any day number in integer and display day name in word..cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to read any day number in integer and display day name in word..cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to read n number of values in an array and display it in reverse order.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to read n number of values in an array and display it in reverse order.cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to search the position of a substing within a string.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to search the position of a substing within a string.cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to separate the individual characters from a string.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to separate the individual characters from a string.cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to sort a string array in Descending order.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to sort a string array in Descending order.cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to sort a string array in ascending order.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to sort a string array in ascending order.cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to sort elements of array in ascending order.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to sort elements of array in ascending order.cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to sort elements of array in descending order.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to sort elements of array in descending order.cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to store elements in an array and print it.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to store elements in an array and print it.cs -------------------------------------------------------------------------------- /Write a program in C# Sharp to to check the username and password.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp to to check the username and password.cs -------------------------------------------------------------------------------- /Write a program in C# Sharp which is a Menu Driven Program to compute the area of various geometrical shape..cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program in C# Sharp which is a Menu Driven Program to compute the area of various geometrical shape..cs -------------------------------------------------------------------------------- /Write a program to accept two dates and find the difference..cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program to accept two dates and find the difference..cs -------------------------------------------------------------------------------- /Write a program, which finds the maximal sequence of consecutive equal elements in an array. Ex 1, 1, 2, 3, 2, 2, 2, 1 as 2, 2, 2..cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a program, which finds the maximal sequence of consecutive equal elements in an array. Ex 1, 1, 2, 3, 2, 2, 2, 1 as 2, 2, 2..cs -------------------------------------------------------------------------------- /Write a programin C# Sharp to separate odd and even integers in separate arrays.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write a programin C# Sharp to separate odd and even integers in separate arrays.cs -------------------------------------------------------------------------------- /Write an Program to Calculate the Gross Salary of an Employee.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write an Program to Calculate the Gross Salary of an Employee.cs -------------------------------------------------------------------------------- /Write an Program to Convert the KiloMeter into Meter,feet,inches and centimeter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/Write an Program to Convert the KiloMeter into Meter,feet,inches and centimeter.cs -------------------------------------------------------------------------------- /ZigZag.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/ZigZag.cs -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/_config.yml -------------------------------------------------------------------------------- /accept a string and find if it is of date format dd mm yyyy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/accept a string and find if it is of date format dd mm yyyy.cs -------------------------------------------------------------------------------- /arraylist of string type which has name#mark1#mark2#mark3 format. retrieve the name of the student who has scored max marks(total of three).cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/arraylist of string type which has name#mark1#mark2#mark3 format. retrieve the name of the student who has scored max marks(total of three).cs -------------------------------------------------------------------------------- /c program to find substring.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/c program to find substring.txt -------------------------------------------------------------------------------- /count no 0f digits of given number.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/count no 0f digits of given number.txt -------------------------------------------------------------------------------- /counting no of Words in a sentence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/counting no of Words in a sentence.txt -------------------------------------------------------------------------------- /factorial.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/factorial.txt -------------------------------------------------------------------------------- /fibo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/fibo.txt -------------------------------------------------------------------------------- /find Prime Number in C#.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/find Prime Number in C#.txt -------------------------------------------------------------------------------- /find the average of the maximum and minimum number in an integer array.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/find the average of the maximum and minimum number in an integer array.cs -------------------------------------------------------------------------------- /find the max length-word in a given string and return the max-length word. if two words are of same length return the first occuring word of max-length.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/find the max length-word in a given string and return the max-length word. if two words are of same length return the first occuring word of max-length.cs -------------------------------------------------------------------------------- /googleaab6da55a793b942.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/googleaab6da55a793b942.html -------------------------------------------------------------------------------- /images/body-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/images/body-bg.jpg -------------------------------------------------------------------------------- /images/download-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/images/download-button.png -------------------------------------------------------------------------------- /images/github-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/images/github-button.png -------------------------------------------------------------------------------- /images/header-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/images/header-bg.jpg -------------------------------------------------------------------------------- /images/highlight-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/images/highlight-bg.jpg -------------------------------------------------------------------------------- /images/sidebar-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/images/sidebar-bg.jpg -------------------------------------------------------------------------------- /index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/index.md -------------------------------------------------------------------------------- /input-- String input1=Lily int input2=2 output-- String output1=LilyLily.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/input-- String input1=Lily int input2=2 output-- String output1=LilyLily.cs -------------------------------------------------------------------------------- /input1=Rajasthan input2=2 input3=5 output=hts.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/input1=Rajasthan input2=2 input3=5 output=hts.cs -------------------------------------------------------------------------------- /javascripts/main.js: -------------------------------------------------------------------------------- 1 | console.log('This would be the main JS file.'); 2 | -------------------------------------------------------------------------------- /perfectnumber.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/perfectnumber.txt -------------------------------------------------------------------------------- /program to Calculate Total Amount WithDrawn by the cashier as a Representation of 100.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/program to Calculate Total Amount WithDrawn by the cashier as a Representation of 100.cs -------------------------------------------------------------------------------- /remove space.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/remove space.cs -------------------------------------------------------------------------------- /sort intergers in an array in C# without using buitlin functions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/sort intergers in an array in C# without using buitlin functions.txt -------------------------------------------------------------------------------- /stylesheets/github-light.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/stylesheets/github-light.css -------------------------------------------------------------------------------- /stylesheets/normalize.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/stylesheets/normalize.css -------------------------------------------------------------------------------- /stylesheets/print.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/stylesheets/print.css -------------------------------------------------------------------------------- /stylesheets/stylesheet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/stylesheets/stylesheet.css -------------------------------------------------------------------------------- /substring program.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/substring program.txt -------------------------------------------------------------------------------- /swapping.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/swapping.txt -------------------------------------------------------------------------------- /taking first letter of Each Word in a Sentence for Abbreviated Form.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/taking first letter of Each Word in a Sentence for Abbreviated Form.cs -------------------------------------------------------------------------------- /validate a password.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/validate a password.cs -------------------------------------------------------------------------------- /validate the ip address in the form a.b.c.d.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thirusabari/C-Sharp-Samples-for-Beginners/HEAD/validate the ip address in the form a.b.c.d.cs --------------------------------------------------------------------------------