Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.36 KB

ReadMe.md

File metadata and controls

24 lines (20 loc) · 1.36 KB

DSC GU ANDROID PROGRAM $Java Test$

  • This Repository is for java Test.

To Start this test

  1. First fork this [Repo](https://github.com/Leo5661/java_test_DSC_GU)
  2. Then Clone the forked Repo from your account to your Local System.
  3. Then go to Java_PS_1 or Java_PS_2 which ever you want to solve first.
  4. Inside the Java_PS_1 or Java_PS_2 you will get one Problem_Statement folder
    See the Problem Statement there.
  5. The other PS_Code folder is to put solution.
  6. Make New Folder inside PS_Code folder and Rename It to your name.
    for Example Rename folder name as XYZ_PS_1 for PS_1 and XYZ_PS_2 for PS_2
  7. Open the folder which you have created and put the code under this.
  8. Then commit it and create the push it
  9. Then Make a Pull Request

Note

Don't change other's folder's and Problem_Statement's.

You have to solve both Problem statement in Java.

In Java_PS_1 you have to write full code on Java.

In Java_PS_2 you have a existing code with some error you have to remove them.
to solve this copy the code from Problem_Statement folder and paste it on the folder you have created and make change on it.