Skip to content

Commit 247ec5e

Browse files
authored
Update README.md
1 parent dc0afd1 commit 247ec5e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44

55
This repository contains all the java programming assignments for the CSE1007 lab as of Winter'19.
66

7+
## Lab Uploads
8+
* [Surprise Assessment 1 (Encryption)](https://github.com/jacobjohn2016/Java-Programming/blob/master/final_uploads/surprise_assessment_1.pdf)
9+
* [Assessment 1 (Questions 1-4)](https://github.com/jacobjohn2016/Java-Programming/blob/master/final_uploads/assessment_1.pdf)
10+
* [CAT 1](https://github.com/jacobjohn2016/Java-Programming/blob/master/final_uploads/java_CAT_1.pdf)
11+
* [Surprise Assessment 2 (Exception Handling)](https://github.com/jacobjohn2016/Java-Programming/blob/master/final_uploads/surprise_assessment_2.pdf)
12+
* [Assessment 2 (Questions 5-8)](https://github.com/jacobjohn2016/Java-Programming/blob/master/final_uploads/assessment_2.pdf)
13+
* [CAT 2](https://github.com/jacobjohn2016/Java-Programming/blob/master/final_uploads/java_CAT_2.pdf)
14+
* [Assessment 3 (Last questions)](https://github.com/jacobjohn2016/Java-Programming/blob/master/final_uploads/assessment_3.pdf)
15+
716
## Assignment 1
817
1. WAP for finding the max and min among three numbers. [Ans](https://github.com/jacobjohn2016/Java-Programming/blob/master/assignment1/src/minMaxThree.java)
918
2. WAP, which takes two integer operands and one operator from the user, performs the operation and then prints the result. (Consider the operators `+, - ,*, /, %` and use `switch` Statement) [Ans](https://github.com/jacobjohn2016/Java-Programming/blob/master/assignment1/src/calculator.java)
@@ -157,15 +166,6 @@ _Recommended IDE_ is Netbeans. I wasn't able to link the database successfully w
157166
## [Digital Assignment](https://jacobjohn2016.github.io/Java-Programming/Digital-Assignment/)
158167
* [File Upload](https://github.com/jacobjohn2016/Java-Programming/blob/master/Digital-Assignment/16BCE2205_Digital_assignment.pdf)
159168
160-
## Lab Uploads
161-
* [Surprise Assessment 1 (Encryption)](https://github.com/jacobjohn2016/Java-Programming/blob/master/final_uploads/surprise_assessment_1.pdf)
162-
* [Assessment 1 (Questions 1-4)](https://github.com/jacobjohn2016/Java-Programming/blob/master/final_uploads/assessment_1.pdf)
163-
* [CAT 1](https://github.com/jacobjohn2016/Java-Programming/blob/master/final_uploads/java_CAT_1.pdf)
164-
* [Surprise Assessment 2 (Exception Handling)](https://github.com/jacobjohn2016/Java-Programming/blob/master/final_uploads/surprise_assessment_2.pdf)
165-
* [Assessment 2 (Questions 5-8)](https://github.com/jacobjohn2016/Java-Programming/blob/master/final_uploads/assessment_2.pdf)
166-
* [CAT 2](https://github.com/jacobjohn2016/Java-Programming/blob/master/final_uploads/java_CAT_2.pdf)
167-
* [Assessment 3 (Last questions)](https://github.com/jacobjohn2016/Java-Programming/blob/master/final_uploads/assessment_3.pdf)
168-
169169
## Extra Questions (Practice)
170170
1. Write a program to accept an integer number and separate the digits with a $ sign. [Ans](https://github.com/jacobjohn2016/Java-Programming/blob/master/extra-assignment/src/separateInt.java)
171171
2. Write a program to continuously read input values from the user. The program should terminate if exactly three String values have been inputted. Display the count of integer values and float values entered so far. Also display the average of all integer values and all float values individually.[Ans](https://github.com/jacobjohn2016/Java-Programming/blob/master/extra-assignment/src/ThreeInputs.java)

0 commit comments

Comments
 (0)