Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 20 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,26 @@ and will also guide you on how to write a program with proper documentation.
Note: Some features like enhanced for, enhanced switch, and text blocks have not been used as they
fall out of the syllabus for class XII ISC.
## Table of Contents
* AlphabeticalSentence
* ArmstrongNumber
* AscendingOrder
* DateRepresentation
* FibonacciSeries
* GCD
* Initials
* LinearSearch
* Matrix
* Mobius
* NonBoundary
* PalindromeNumber
* PalindromeString
* PrimePalindrome
* Rectangle
* Spiral
* Transpose
* TriangularNumber
* UniqueNumber
* WordCounter
* [AlphabeticalSentence](https://github.com/Sbiswas001/ComputerProject_ISC_ClassXII/blob/main/src/com/sbiswas001/twelveproject/AlphabeticalSentence.java)
* [ArmstrongNumber](https://github.com/Sbiswas001/ComputerProject_ISC_ClassXII/blob/main/src/com/sbiswas001/twelveproject/ArmstrongNumber.java)
* [AscendingOrder](https://github.com/Sbiswas001/ComputerProject_ISC_ClassXII/blob/main/src/com/sbiswas001/twelveproject/AscendingOrder.java)
* [DateRepresentation](https://github.com/Sbiswas001/ComputerProject_ISC_ClassXII/blob/main/src/com/sbiswas001/twelveproject/DateRepresentation.java)
* [FibonacciSeries](https://github.com/Sbiswas001/ComputerProject_ISC_ClassXII/blob/main/src/com/sbiswas001/twelveproject/FibonacciSeries.java)
* [GCD](https://github.com/Sbiswas001/ComputerProject_ISC_ClassXII/blob/main/src/com/sbiswas001/twelveproject/GCD.java)
* [Initials](https://github.com/Sbiswas001/ComputerProject_ISC_ClassXII/blob/main/src/com/sbiswas001/twelveproject/Initials.java)
* [LinearSearch](https://github.com/Sbiswas001/ComputerProject_ISC_ClassXII/blob/main/src/com/sbiswas001/twelveproject/LinearSearch.java)
* [Matrix](https://github.com/Sbiswas001/ComputerProject_ISC_ClassXII/blob/main/src/com/sbiswas001/twelveproject/Matrix.java)
* [Mobius](https://github.com/Sbiswas001/ComputerProject_ISC_ClassXII/blob/main/src/com/sbiswas001/twelveproject/Mobius.java)
* [NonBoundary](https://github.com/Sbiswas001/ComputerProject_ISC_ClassXII/blob/main/src/com/sbiswas001/twelveproject/NonBoundary.java)
* [PalindromeNumber](https://github.com/Sbiswas001/ComputerProject_ISC_ClassXII/blob/main/src/com/sbiswas001/twelveproject/PalindromeNumber.java)
* [PalindromeString](https://github.com/Sbiswas001/ComputerProject_ISC_ClassXII/blob/main/src/com/sbiswas001/twelveproject/PalindromeString.java)
* [PrimePalindrome](https://github.com/Sbiswas001/ComputerProject_ISC_ClassXII/blob/main/src/com/sbiswas001/twelveproject/PrimePalindrome.java)
* [Rectangle](https://github.com/Sbiswas001/ComputerProject_ISC_ClassXII/blob/main/src/com/sbiswas001/twelveproject/Rectangle.java)
* [Spiral](https://github.com/Sbiswas001/ComputerProject_ISC_ClassXII/blob/main/src/com/sbiswas001/twelveproject/Spiral.java)
* [Transpose](https://github.com/Sbiswas001/ComputerProject_ISC_ClassXII/blob/main/src/com/sbiswas001/twelveproject/Transpose.java)
* [TriangularNumber](https://github.com/Sbiswas001/ComputerProject_ISC_ClassXII/blob/main/src/com/sbiswas001/twelveproject/TriangularNumber.java)
* [UniqueNumber](https://github.com/Sbiswas001/ComputerProject_ISC_ClassXII/blob/main/src/com/sbiswas001/twelveproject/UniqueNumber.java)
* [WordCounter](https://github.com/Sbiswas001/ComputerProject_ISC_ClassXII/blob/main/src/com/sbiswas001/twelveproject/WordCounter.java)
## How to use
The programs can be copied and are ready to run in any suitable JAVA IDE with OpenJDK JDK 18.0.1.
## License
Expand Down