Skip to content

Commit 2c98aa6

Browse files
Update README.md
1 parent f2ce92e commit 2c98aa6

File tree

1 file changed

+27
-15
lines changed

1 file changed

+27
-15
lines changed

README.md

+27-15
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,23 @@
1111
[![GitHub forks](https://img.shields.io/github/forks/bkkothari2255/Programming_In_Java_NPTEL.svg?style=social&label=Fork&maxAge=2592000)](https://GitHub.com/bkkothari2255/Programming_In_Java_NPTEL/network/)
1212
[![GitHub stars](https://img.shields.io/github/stars/bkkothari2255/Programming_In_Java_NPTEL.svg?style=social&label=Star&maxAge=2592000)](https://GitHub.com/bkkothari2255/Programming_In_Java_NPTEL/stargazers/)
1313
[![GitHub followers](https://img.shields.io/github/followers/bkkothari2255.svg?style=social&label=Follow&maxAge=2592000)](https://github.com/bkkothari2255?tab=followers)
14-
<h1 style="border: 2px solid red;border-radius: 8px;">
15-
<a href="#week8"> test</a>
16-
</h1>
1714

18-
## [WEEK 1](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/tree/WEEK-1)
15+
<a href="#w1"> `test`</a>
16+
<a href="#w2"> `test`</a>
17+
<a href="#w3"> `test`</a>
18+
<a href="#w4"> `test`</a>
19+
<a href="#w5"> `test`</a>
20+
<a href="#w6"> `test`</a>
21+
<a href="#w7"> `test`</a>
22+
<a href="#w8"> `test`</a>
23+
<a href="#w9"> `test`</a>
24+
<a href="#w10"> `test`</a>
25+
<a href="#w11"> `test`</a>
26+
<a href="#w12"> `test`</a>
27+
28+
29+
30+
## [WEEK 1](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/tree/WEEK-1)<span id="w1"></span>
1931

2032
[Java Week 1:Q1](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/blob/WEEK-1/Exercise1_1.java) To find the perimeter and area of a circle given a value of radius.
2133

@@ -28,7 +40,7 @@
2840
[Java Week 1:Q5](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/blob/WEEK-1/Exercise1_5.java) To help Ram , find the highest mark and average mark secured by him in "s" number of subjects.
2941

3042

31-
## [WEEK 2](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/tree/WEEK-2)
43+
## [WEEK 2](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/tree/WEEK-2)<span id="w2"></span>
3244

3345
[Java Week 2:Q1](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/blob/WEEK-2/Question211.java) To call the method print() in class Student following the concept of inner class.
3446

@@ -41,7 +53,7 @@
4153
[Java Week 2:Q5](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/blob/WEEK-2/Question215.java) To debug the program which is intended to print 'NPTEL JAVA'.
4254

4355

44-
## [WEEK 3](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/tree/WEEK-3)
56+
## [WEEK 3](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/tree/WEEK-3)<span id="w3"></span>
4557

4658
[Java Week 3:Q1](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/blob/WEEK-3/Fibonacci.java) To the generation of Fibonacci numbers.
4759

@@ -54,7 +66,7 @@
5466
[Java Week 3:Q5](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/blob/WEEK-3/Question3.java) To swap two numbers using call by object reference.
5567

5668

57-
## [WEEK 4](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/tree/WEEK-4)
69+
## [WEEK 4](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/tree/WEEK-4)<span id="w4"></span>
5870

5971
[Java Week 4:Q1](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/blob/WEEK-4/Question41.java) To execute the following program successfully. You should import the correct package(s) and/or class(s) to complete the code.
6072

@@ -81,7 +93,7 @@ Circle: This is Shape2
8193
-------------------------------------
8294
```
8395

84-
## [WEEK 5](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/tree/WEEK-5)
96+
## [WEEK 5](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/tree/WEEK-5)<span id="w5"></span>
8597

8698
[Java Week 5:Q1](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/blob/WEEK-5/Question5_1.java)
8799
An interface Number is defined in the following program. You have to declare a class A, which will implement the interface Number. Note that the method findSqr(n) will return the square of the number n.
@@ -100,7 +112,7 @@ Circle: This is Shape2
100112

101113
For example, if user’s input is 1, then it will throw and catch “java.lang.NullPointerException“.
102114

103-
## [WEEK 6](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/tree/WEEK-6)
115+
## [WEEK 6](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/tree/WEEK-6)<span id="w6"></span>
104116

105117
[Java Week 6:Q1](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/blob/WEEK-6/Question61.java)
106118
Complete the code segment to print the following using the concept of extending the Thread class in Java:
@@ -143,7 +155,7 @@ New name of thread 't':NPTEL
143155
Thread is running.
144156
```
145157

146-
## [WEEK 7](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/tree/WEEK-7)
158+
## [WEEK 7](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/tree/WEEK-7)<span id="w7"></span>
147159

148160
[Java Week 7:Q1](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/blob/WEEK-7/Question1.java) Complete the following code fragment to read three integer values from the keyboard and find the sum of the values. Declare a variable "sum" of type int and store the result in it.
149161

@@ -156,7 +168,7 @@ Complete the code segment to catch the exception in the following, if any. On th
156168

157169
[Java Week 7:Q5](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/blob/WEEK-7/Question5.java) A string "s1" is already initialized. You have to read the index "n" from the keyboard. Complete the code segment to catch the exception in the following, if any. On the occurrence of such an exception, your program should print “exception occur” .If there is no such exception, your program should replace the char "a" at the index value "n" of the "s1" ,then it will print the modified string.
158170

159-
## [WEEK 8](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/tree/WEEK-8)<span id="week8"></span>
171+
## [WEEK 8](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/tree/WEEK-8)<span id="w8"></span>
160172

161173
[Java Week 8:Q1](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/blob/WEEK-8/Pattern1.java) Write a program which will print a pyramid of "*" 's of height "n" and print the number of "*" 's in the pyramid.
162174
```text
@@ -249,7 +261,7 @@ output :
249261
250262
```
251263

252-
## [WEEK 9](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/tree/WEEK-9)
264+
## [WEEK 9](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/tree/WEEK-9)<span id="w9"></span>
253265

254266
[Java Week 9:Q1](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/blob/WEEK-9/Question91.java) Complete the code to develop a BASIC CALCULATOR that can perform operations like Addition, Subtraction, Multiplication and Division.
255267
```text
@@ -351,7 +363,7 @@ Note the following points carefully:
351363
3. Flip-Flop: If 0 then 1 and vice-versa.
352364
```
353365

354-
## [WEEK 10](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/tree/WEEK-10)
366+
## [WEEK 10](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/tree/WEEK-10)<span id="w10"></span>
355367

356368
[Java Week 10:Q1](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/blob/WEEK-10/Question101.java) The following code needs some package to work properly. Write appropriate code to import the required package(s) in order to make the program compile and execute successfully.
357369

@@ -374,7 +386,7 @@ Note the following points carefully:
374386

375387
[Java Week 10:Q5](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/blob/WEEK-10/Question105.java) Complete the code segment to rename an already created table named ‘PLAYERS’ into ‘SPORTS’.
376388

377-
## [WEEK 11](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/tree/WEEK-11)
389+
## [WEEK 11](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/tree/WEEK-11)<span id="w11"></span>
378390

379391
[Java Week 11:Q1](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/blob/WEEK-11/InsertData.java) Complete the code segment to insert the following data using prepared statement in the existing table ‘PLAYERS’.
380392

@@ -407,7 +419,7 @@ Structure of Table 'PLAYERS' is given below:
407419

408420
[Java Week 11:Q5](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/blob/WEEK-11/DropTable.java) Complete the code segment to drop the table named ‘PLAYERS’.
409421

410-
## [WEEK 12](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/tree/WEEK-12)
422+
## [WEEK 12](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/tree/WEEK-12)<span id="w12"></span>
411423

412424
[Java Week 12:Q1](https://github.com/bkkothari2255/Programming_In_Java_NPTEL/blob/WEEK-12/Question92.java) Complete the code to develop an extended version of the ADVANCED CALCULATOR with added special functions that emulates all the functions of the GUI Calculator as shown in the image.
413425

0 commit comments

Comments
 (0)