Skip to content

Commit 429030e

Browse files
committed
new
1 parent bc8dc2b commit 429030e

File tree

1 file changed

+51
-3
lines changed

1 file changed

+51
-3
lines changed

README.md

Lines changed: 51 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,52 @@
1-
# ComputerProject
2-
Twenty programs with full documentation for class 12 ISC project.
3-
@author Sayan Biswas
1+
# Computer Project for Class XII ISC
2+
## Description
3+
This project contains 20 programs with full documentation for class 12 ISC project.
44
All programs were made with OpenJDK JDK 18.0.1 in IntelliJ IDEA in April 2022.
5+
This project will help you get an idea about the difficulty level of Class XII ISC computer exam
6+
and will also guide you onn how to write a program with proper documentation.
7+
## Table of Contents
8+
* AlphabeticalSentence
9+
* ArmstrongNumber
10+
* AscendingOrder
11+
* DateRepresentation
12+
* FibonacciSeries
13+
* GCD
14+
* Initials
15+
* LinearSearch
16+
* Matrix
17+
* Mobius
18+
* NonBoundary
19+
* PalindromeNumber
20+
* PalindromeString
21+
* PrimePalindrome
22+
* Rectangle
23+
* Spiral
24+
* Transpose
25+
* TriangularNumber
26+
* UniqueNumber
27+
* WordCounter
28+
## How to use
29+
The programs can be copied and are ready to run in any suitable JAVA IDE with OpenJDK JDK 18.0.1.
30+
## License
31+
MIT License
32+
33+
Copyright (c) [2022] [Sayan Biswas]
34+
35+
Permission is hereby granted, free of charge, to any person obtaining a copy
36+
of this software and associated documentation files (the "Software"), to deal
37+
in the Software without restriction, including without limitation the rights
38+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
39+
copies of the Software, and to permit persons to whom the Software is
40+
furnished to do so, subject to the following conditions:
41+
42+
The above copyright notice and this permission notice shall be included in all
43+
copies or substantial portions of the Software.
44+
45+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
46+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
47+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
48+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
49+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
50+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
51+
SOFTWARE.
52+

0 commit comments

Comments
 (0)