This is END SEM Practical Exam for Advanced JAVA Programming Lab PCS 605
Write up is from 9-10 am and 10 minutes in addition for uploading your answers. A question paper will be uploaded to this repository by 8:55 am, which you need to complete in the following manner -
Firstly, you need to fork this repository so that you can push the changes to your repository and then finally create a pull request to it. NOTE - Don't forget to FORK the repository, otherwise, you will not be able to push the code and make pull requests.
You need to create a new folder inside the directory of your section - Example: If you are a student of CSE Sec A, you need to create your folder inside CSE VI A.
Your directory should have following format - ClassRollNo_UniversityRoll_No_FirstName_Last_Name. Don't use prefix like GE- in front of university roll no. if there is any.
WARNING - Keeping your directory inside any another directory which is not designated for you might lead in to non evaluation of your code, so please make sure you are pushing the code to correct directory in a format as instructed here.
You need to keep all of your code inside same directory you created above. In case, solution of a question have multiple files (Ex. hello.html, hello.js, hello.css etc.), you can create separate directories for each question which should be named as Q1, Q2 etc. It will help you to manage your code efficiently without messing it up with files from other questions.