@@ -7,26 +7,26 @@ and will also guide you on how to write a program with proper documentation.
77Note: Some features like enhanced for, enhanced switch, and text blocks have not been used as they
88fall out of the syllabus for class XII ISC.
99## Table of Contents
10- * AlphabeticalSentence
11- * ArmstrongNumber
12- * AscendingOrder
13- * DateRepresentation
14- * FibonacciSeries
15- * GCD
16- * Initials
17- * LinearSearch
18- * Matrix
19- * Mobius
20- * NonBoundary
21- * PalindromeNumber
22- * PalindromeString
23- * PrimePalindrome
24- * Rectangle
25- * Spiral
26- * Transpose
27- * TriangularNumber
28- * UniqueNumber
29- * WordCounter
10+ * [ AlphabeticalSentence] ( https://github.com/Sbiswas001/ComputerProject_ISC_ClassXII/blob/main/src/com/sbiswas001/twelveproject/AlphabeticalSentence.java )
11+ * [ ArmstrongNumber] ( https://github.com/Sbiswas001/ComputerProject_ISC_ClassXII/blob/main/src/com/sbiswas001/twelveproject/ArmstrongNumber.java )
12+ * [ AscendingOrder] ( https://github.com/Sbiswas001/ComputerProject_ISC_ClassXII/blob/main/src/com/sbiswas001/twelveproject/AscendingOrder.java )
13+ * [ DateRepresentation] ( https://github.com/Sbiswas001/ComputerProject_ISC_ClassXII/blob/main/src/com/sbiswas001/twelveproject/DateRepresentation.java )
14+ * [ FibonacciSeries] ( https://github.com/Sbiswas001/ComputerProject_ISC_ClassXII/blob/main/src/com/sbiswas001/twelveproject/FibonacciSeries.java )
15+ * [ GCD] ( https://github.com/Sbiswas001/ComputerProject_ISC_ClassXII/blob/main/src/com/sbiswas001/twelveproject/GCD.java )
16+ * [ Initials] ( https://github.com/Sbiswas001/ComputerProject_ISC_ClassXII/blob/main/src/com/sbiswas001/twelveproject/Initials.java )
17+ * [ LinearSearch] ( https://github.com/Sbiswas001/ComputerProject_ISC_ClassXII/blob/main/src/com/sbiswas001/twelveproject/LinearSearch.java )
18+ * [ Matrix] ( https://github.com/Sbiswas001/ComputerProject_ISC_ClassXII/blob/main/src/com/sbiswas001/twelveproject/Matrix.java )
19+ * [ Mobius] ( https://github.com/Sbiswas001/ComputerProject_ISC_ClassXII/blob/main/src/com/sbiswas001/twelveproject/Mobius.java )
20+ * [ NonBoundary] ( https://github.com/Sbiswas001/ComputerProject_ISC_ClassXII/blob/main/src/com/sbiswas001/twelveproject/NonBoundary.java )
21+ * [ PalindromeNumber] ( https://github.com/Sbiswas001/ComputerProject_ISC_ClassXII/blob/main/src/com/sbiswas001/twelveproject/PalindromeNumber.java )
22+ * [ PalindromeString] ( https://github.com/Sbiswas001/ComputerProject_ISC_ClassXII/blob/main/src/com/sbiswas001/twelveproject/PalindromeString.java )
23+ * [ PrimePalindrome] ( https://github.com/Sbiswas001/ComputerProject_ISC_ClassXII/blob/main/src/com/sbiswas001/twelveproject/PrimePalindrome.java )
24+ * [ Rectangle] ( https://github.com/Sbiswas001/ComputerProject_ISC_ClassXII/blob/main/src/com/sbiswas001/twelveproject/Rectangle.java )
25+ * [ Spiral] ( https://github.com/Sbiswas001/ComputerProject_ISC_ClassXII/blob/main/src/com/sbiswas001/twelveproject/Spiral.java )
26+ * [ Transpose] ( https://github.com/Sbiswas001/ComputerProject_ISC_ClassXII/blob/main/src/com/sbiswas001/twelveproject/Transpose.java )
27+ * [ TriangularNumber] ( https://github.com/Sbiswas001/ComputerProject_ISC_ClassXII/blob/main/src/com/sbiswas001/twelveproject/TriangularNumber.java )
28+ * [ UniqueNumber] ( https://github.com/Sbiswas001/ComputerProject_ISC_ClassXII/blob/main/src/com/sbiswas001/twelveproject/UniqueNumber.java )
29+ * [ WordCounter] ( https://github.com/Sbiswas001/ComputerProject_ISC_ClassXII/blob/main/src/com/sbiswas001/twelveproject/WordCounter.java )
3030## How to use
3131The programs can be copied and are ready to run in any suitable JAVA IDE with OpenJDK JDK 18.0.1.
3232## License
0 commit comments