{"id":18429630,"url":"https://github.com/ankushrajmaheyam/java-assignment_j-spider","last_synced_at":"2025-04-13T21:45:15.284Z","repository":{"id":258346840,"uuid":"873549694","full_name":"AnkushRajMaheYam/Java-Assignment_J-Spider","owner":"AnkushRajMaheYam","description":"Java-Assignment_J-Spider contains Java programming assignments from the J-Spider Software Training Institute. These files were developed by Ankush Raj, also known as Ankush Raj Mahe Yam, as part of the learning process.","archived":false,"fork":false,"pushed_at":"2025-01-08T06:16:21.000Z","size":1601,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-16T08:43:30.030Z","etag":null,"topics":["ankush-raj","ankush-raj-mahe-yam","ankushraj","ankushrajmaheyam","assignment","assignments","class","coding","datatypes","j-spider","java","jspider","jspiders","methods","object-oriented-programming","programming","q-spider","qspider"],"latest_commit_sha":null,"homepage":"https://ankushrajmaheyam.github.io/nts/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AnkushRajMaheYam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-16T11:01:08.000Z","updated_at":"2025-01-08T06:16:24.000Z","dependencies_parsed_at":"2024-12-06T15:25:43.846Z","dependency_job_id":"327f108a-349b-4e7d-8940-0bda0db54ec4","html_url":"https://github.com/AnkushRajMaheYam/Java-Assignment_J-Spider","commit_stats":null,"previous_names":["ankushrajmaheyam/java-assignment_j-spider"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnkushRajMaheYam%2FJava-Assignment_J-Spider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnkushRajMaheYam%2FJava-Assignment_J-Spider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnkushRajMaheYam%2FJava-Assignment_J-Spider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnkushRajMaheYam%2FJava-Assignment_J-Spider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AnkushRajMaheYam","download_url":"https://codeload.github.com/AnkushRajMaheYam/Java-Assignment_J-Spider/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248788868,"owners_count":21161726,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ankush-raj","ankush-raj-mahe-yam","ankushraj","ankushrajmaheyam","assignment","assignments","class","coding","datatypes","j-spider","java","jspider","jspiders","methods","object-oriented-programming","programming","q-spider","qspider"],"created_at":"2024-11-06T05:17:57.984Z","updated_at":"2025-04-13T21:45:15.250Z","avatar_url":"https://github.com/AnkushRajMaheYam.png","language":"Java","readme":"# Java Assignments: J-Spider Software Training Institute\n\nThis repository contains a collection of Java programming assignments from the **J-Spider Software Training Institute** (Noida Branch). Each assignment focuses on different aspects of Java, including method implementation, conditional logic, loops, and problem-solving techniques.\n\n## Repository Structure\n\nEach assignment is stored in a separate folder named according to the assignment number (e.g., `Assign6`, `Assign7`, etc.). Inside each folder, you will find Java code files that solve specific problems given in the assignments.\n\n### Folder Structure\n\n```\nJava-Assignment_J-Spider/\n    ├── Assign6/\n    │   └── Assign6.java\n    ├── Assign7/\n    │   └── Assign7.java\n    └── (Future Assignments will be added in separate folders)\n```\n\n### Example Folders\n\n#### Folder: Assign6\n\nThe **Assign6** folder contains the following Java problems:\n\n1. **Check if Number is Even or Odd**  \n   A method to check whether a number is even or odd.\n\n2. **Check Leap Year**  \n   A method to determine whether a given year is a leap year.\n\n3. **Sum of N Natural Numbers**  \n   A method to compute the sum of the first N natural numbers.\n\n4. **Factorial of a Number**  \n   A method to calculate the factorial of a given number.\n\n5. **Print Fibonacci Series**  \n   A method to print the first N terms of the Fibonacci series.\n\n6. **Count Digits in a Number**  \n   A method that counts how many digits are in a given number.\n\n7. **Reverse a Number**  \n   A method to reverse a given number.\n\n---\n\n#### Folder: Assign7\n\nThe **Assign7** folder contains the following Java problems:\n\n1. **Average of Three Numbers**  \n   A method that accepts three numbers and returns their average.\n   \n2. **Check Number Nature (Positive, Negative, or Zero)**  \n   A method to check if a number is positive, negative, or zero.\n\n3. **Equality Check for Three Numbers**  \n   A method to verify if three given numbers are equal.\n\n4. **Multiple of 5 Check**  \n   A method to determine whether a number is a multiple of 5.\n\n5. **Find the Biggest of Three Numbers**  \n   A method to find the largest of three numbers.\n\n6. **Triangle Validity Check**  \n   A method to check if three sides form a valid triangle.\n\n7. **Triangle Type (Equilateral, Isosceles, or Scalene)**  \n   A method to classify the type of triangle based on its sides.\n\n8. **Age Difference Between Three Brothers**  \n   A method to calculate the age difference between the oldest and youngest brother.\n\n9. **Calculate Discounted Price**  \n   A method that calculates the price after applying a percentage discount.\n\n10. **Sum of Digits of a Three-Digit Number**  \n   A method to return the sum of the digits of a three-digit number.\n\n---\n\n### Future Assignments\n\nFuture assignments will follow the same structure and will be placed in their respective folders as they are added, for example:\n\n- **Assign8/** (Coming soon)\n- **Assign9/** (Coming soon)\n\n## How to Use\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/AnkushRajMaheYam/Java-Assignment_J-Spider.git\n   ```\n\n2. Navigate to the specific assignment folder (e.g., Assign7):\n   ```bash\n   cd Java-Assignment_J-Spider/Assign7\n   ```\n\n3. Compile and run the Java programs:\n   ```bash\n   javac Assign7.java\n   java Assign7\n   ```\n\n4. Follow the on-screen instructions to input the necessary values and test the methods.\n\n## Tech Stack\n\n- **Language:** Java\n- **IDE:** You can use any Java-supported IDE such as VScode, IntelliJ, Eclipse, or the command line to compile and run the programs.\n\n## Disclaimer\n\nThe code provided in this repository has **not been tested by a professional coder or programmer** and may contain bugs. It is the user's responsibility to thoroughly test the code and make any necessary adjustments. The code is intended for **educational purposes only** and should not be used in production environments.\n\nThe assignment questions in this repository were obtained from the **Q-Spider and J-Spider Software Training Institute** (Noida Branch).\n\n## About Me\n\nHi, I’m **Ankush Raj** or **Ankush Raj Mahe Yam**(ARMY), an aspiring software developer currently pursuing Java Full Stack Development. I’m also involved in various business ventures, including a tech-based YouTube channel, a logistics business, and real estate projects.\n\n🌐 **Connect with Me!**  \nFeel free to explore more of my work and get in touch:  \n🔍 **Search on Google:** [Ankush Raj Mahe Yam](https://www.google.com/search?q=ankush+raj+mahe+yam)  \n🌟 **Portfolio:** [Ankush Raj](https://ankushrajamaheyam.blogspot.com)  \n💼 **LinkedIn:** [Ankush Raj](https://linkedin.com/in/AnkushRajMaheYam)  \n💻 **GitHub:** [Ankush Raj](https://github.com/AnkushRajMaheYam)  \n🎯 **LeetCode:** [Ankush Raj](https://leetcode.com/u/AnkushRajMaheYam)  \n🏅 **HackerRank:** [Ankush Raj](https://www.hackerrank.com/profile/ankushrajmaheyam)  \n📸 **Instagram:** [Ankush Raj](https://instagram.com/AnkushRajaMaheYam)  \n📘 **Facebook:** [Ankush Raj](https://facebook.com/AnkushRajMaheYam)  \n🎨 **Fiverr:** [Ankush Raj](https://www.fiverr.com/ankushrajmaheya)  \n🛠️ **Upwork:** [Ankush Raj](https://www.upwork.com/freelancers/~01bf6d1e8483199ba6) \n\n---\n## **Acknowledgements**\nSpecial thanks to the mentor( [Shambhu Sir](https://www.instagram.com/kumarsam07) ) and faculty at **J-Spider Software Training Institute (Noida Branch)** for providing excellent guidance and support throughout the course.\n\n---\n\n\n**License:**  \nThis repository is licensed under the MIT License.\n\n---\n\nFeel free to explore the projects, and happy coding! 😊\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankushrajmaheyam%2Fjava-assignment_j-spider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fankushrajmaheyam%2Fjava-assignment_j-spider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankushrajmaheyam%2Fjava-assignment_j-spider/lists"}