|
4 | 4 |
|
5 | 5 | This repository contains all the java programming assignments for the CSE1007 lab as of Winter'19.
|
6 | 6 |
|
| 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 | + |
7 | 16 | ## Assignment 1
|
8 | 17 | 1. WAP for finding the max and min among three numbers. [Ans](https://github.com/jacobjohn2016/Java-Programming/blob/master/assignment1/src/minMaxThree.java)
|
9 | 18 | 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
|
157 | 166 | ## [Digital Assignment](https://jacobjohn2016.github.io/Java-Programming/Digital-Assignment/)
|
158 | 167 | * [File Upload](https://github.com/jacobjohn2016/Java-Programming/blob/master/Digital-Assignment/16BCE2205_Digital_assignment.pdf)
|
159 | 168 |
|
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 |
| -
|
169 | 169 | ## Extra Questions (Practice)
|
170 | 170 | 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)
|
171 | 171 | 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