1 - Practice 1 How to detect Positive and Negative Numbers
2 - Practice 2 How to check for Even and odd Numbers
3 - Practice 3 How to check for Greatest of 3 Numbers
4 - Practice 4 How to check for divisibility of a Number
5 - Practice 5 How to convert from Celsius to Fahrenheit
6 - Practice 6 How to convert from Fahrenheit to Celsius
7 - Practice 7 How to create a calendar
8 - Practice 8 How to calculate Mass Density and Volume
9 - Practice 9 How to determine the quadrant of a point
10 - Practice 10 How to determine if a Triangle exist
12 - Practice 11 How to check for Leap year
13 - Practice 12 How to check if a point belongs to Circle
14 - Practice 13 How to create quadratic Equation
15 - Practice 14 How to make ques of Random number
16 - Practice 15 How to print out the ASCII Table
17 - Practice 16 How to create a Multiplication Table using while loop
18 - Practice 17 How to create Multiplication Table using for loop
19 - Practice 18 How to convert from base 2 to 9
20 - Practice 19 How to build a simple Calculator
21 - Practice 20 Number of digits in an Integer
23 - Practice 21 How to get Sum and Product of digits
24 - Practice 22 How to make a Binary search of number in an array
25 - Practice 23 How to sum of N series of an element
26 - Practice 24 How to get value of Even and Odd digits
27 - Practice 25 How to get a Factorial using a while loop
28 - Practice 26 How to get Factorial using for loop
29 - Practice 27 How to create a Fibonacci Sequence
30 - Practice 28 How to get the value of Fibonacci Element
31 - Practice 29 How to get find the Greatest Common Divisor
32 - Practice 30 How to maximum value of a floating point number
34 - Practice 31 How to get Prime and Complex Numbers
35 - Practice 32 Quadratic Equation with Solutions at specified Range of Coefficient
36 - Practice 33 How to Reverse Numbers
37 - Practice 34 How to expand Strings of Alphabet
38 - Practice 35 How to Replace a Substring of a String
39 - Practice 36 How to select Integers from String
40 - Practice 37 How to sort words according to their length
41 - Practice 38 How to find the longest word in a String
42 - Practice 39 How to get Percentage of Uppercase and Lowercase
43 - Practice 40 How to check for String Palindrome
45 - Practice 41 How to generate Random numbers using Arrays
46 - Practice 42 How to get the Maximum Element in an Array
47 - Practice 43 How to get the Minimum Element in an Array
48 - Practice 44 How to get the Number of Even and Odd numbers
49 - Practice 45 How to get Positive numbers out of Negative Numbers
50 - Practice 46 How to get numbers greater than the average of an Array
51 - Practice 47 How to Replace listitems with 1 0 1
52 - Practice 48 How to check for File Extension
53 - Practice 49 How to remove symbols from Text
54 - Practice 50 How to get Intersection of list using for loop
56 - Practice 51 Simple Intersection of List
57 - Practice 52 Longest ordered sequence in ascending order
58 - Practice 53 How to get the most occurrence Element
59 - Practice 54 How to bubble sort elements of an Array
60 - Practice 55 How to sort Array using Selection sorting
61 - Practice 56 How to generate Matrix of Random numbers
62 - Practice 57 How to get the rows and columns with maximum sum of elements
63 - Practice 58 Sum items in rows and columns of elements
64 - Practice 59 How to sum diagonals of a Matrix
65 - Practice 60 How to interchange the principal diagonals of matrix
67 - Practice 61 How to sort columns of element by sorting the first row
68 - Practice 62 How to check rows and columns that has particular element
69 - Practice 63 How to generate beautiful Unicode
70 - Practice 64 How to get prices of products
71 - Practice 65 How to make list of dictionary using 2 Lists
72 - Practice 66 How to delete dictionary item
73 - Practice 67 Return value of 2 Arguments using function
74 - Practice 68 How to fill List
75 - Practice 69 How to get the Arithmetic mean of a List
76 - Practice 70 How to generate Fibonacci sequence using Function
78 - Practice 71 How to get Fibonacci value using recursion
79 - Practice 72 How to get Factorial using recursion
80 - Practice 73 How to get the LCM
81 - Practice 74 How to Reverse Word Sequence
82 - Practice 75 How to search for Binary numbers
83 - Practice 76 How to make a ring shift or recycle items of a list
84 - Practice 77 How to Read Text
85 - Practice 78 How to use Read Method
86 - Practice 79 How to use ReadLine Method
87 - Practice 80 How to use ReadLines Method
89 - Practice 81 How to Write to File
90 - Practice 82 How to Read Text from File to Dictionary
91 - Practice 83 How to count Number of Lines Words and Letters in a text file
92 - Practice 84 How to capture String Errors
93 - Practice 85 How to check for non existence of number
94 - Practice 86 How to display Error message for non existed files
95 - Practice 87 How to get Division by Zero error
96 - Practice 88 How to get Index out of Exception
97 - Practice 89 How to Raise Exceptions
98 - Practice 90 How to use classes and constructor
100 - Practice 91 How to fill a list with natural Numbers
101 - Practice 92 How to fill a list with Random Numbers
102 - Practice 93 How to select Even Numbers from list
103 - Practice 94 How to create List from Dictionary
104 - Practice 95 How to unpack Matrix into one level list
105 - Practice 96 Read Data from file into Lines and Characters
106 - Practice 97 How to calculate the Orbital speed
107 - Practice 98 Sum of a Random of 3 digit numbers
108 - Practice 99 How to calculate the Area and Perimeter of Right Angle Triangle