{"id":24021171,"url":"https://github.com/zipcodecore/quiz1-maven","last_synced_at":"2025-02-25T23:47:04.288Z","repository":{"id":147838253,"uuid":"343432788","full_name":"ZipCodeCore/Quiz1-Maven","owner":"ZipCodeCore","description":null,"archived":false,"fork":false,"pushed_at":"2022-06-29T13:15:53.000Z","size":199,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-08T12:41:24.993Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ZipCodeCore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-03-01T13:50:44.000Z","updated_at":"2022-06-29T13:15:56.000Z","dependencies_parsed_at":"2023-06-11T15:15:43.422Z","dependency_job_id":null,"html_url":"https://github.com/ZipCodeCore/Quiz1-Maven","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZipCodeCore%2FQuiz1-Maven","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZipCodeCore%2FQuiz1-Maven/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZipCodeCore%2FQuiz1-Maven/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZipCodeCore%2FQuiz1-Maven/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZipCodeCore","download_url":"https://codeload.github.com/ZipCodeCore/Quiz1-Maven/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240766672,"owners_count":19854114,"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":[],"created_at":"2025-01-08T12:39:36.221Z","updated_at":"2025-02-25T23:47:04.256Z","avatar_url":"https://github.com/ZipCodeCore.png","language":"Java","readme":"# Quiz 1\n\u003cimg src=\"quiz1.png\"\u003e\n\n## **Git Instructions**\n\n1. Fork this Repository\n   \n    * [clone](https://help.github.com/articles/cloning-a-repository/) **your** `forked` repository to your local machine\n    * Write the code to make all the tests pass. See below for instructions.\n      * MAKE SURE YOUR CODE COMPILES\n      * Run the tests to verify your code\n    * `git add .` to add files you want to commit\n    * `git commit -m \"commit message\"` to commit your changes\n    * `git push` your staged files to your remote repository\n    * submit a `pull request` which compares Zipcoder `master` to your `master`\n\n\n## **Project Instructions**\n* In this project there are 3 Classes to be completed\n  * `MathUtilities`\n  * `StringUtilities`\n  * `LoopFun`\n* Within each class are several methods which must be defined to pass test cases.\n* Each method has a respective Test class.\n* For example:\n  * `MathUtilities.add` can be tested by running the `MathUtilitiesAddTest` class.\n  * `MathUtilities.half` can be tested by running the `MathUtilitiesHalfTest` class.\n  * `StringUtilities.reverse` can be tested by running the `StringUtilsReverseTest` class.\n\n### Section 1 - MathUtilities\n* Ensure all test cases in the classes prefixed with `MathUtilities` pass.\n  * e.g. - `MathUtilitiesAddTest`, `MathUtilitiesHalfTest`\n* All the methods have been [stubbed](https://en.wikipedia.org/wiki/Method_stub) out for you in the `MathUtilities` class.\n* Each of the methods have a comment above it to describe the expected behavior.\n* View the test cases to see examples of input and expected outputs.\n  - `int add(int num1, int num2)`\n  - `double add(double num1, double num2)`\n  - `double half(int number)`\n  - `boolean isOdd(int number)`\n  - `int square(int number)`\n\n### Section 2 - StringUtilities\n* Ensure all test cases in the classes prefixed with `StringUtils` pass.\n* All the methods have been stubbed out for you in the `StringUtilities` class.\n* Each of the methods have a comment above it to describe the expected behavior.\n* View the test cases to see examples of input and expected outputs.\n  - `Character getMiddleCharacter(String word)`\n  - `String removeCharacter(String value, char charToRemove)`\n  - `String getLastWord(String value)`\n  - `String concatenate(String baseValue, String valueToBeAdded)`\n  - `String reverse(String valueToBeReversed)`\n\n### Section 3 - LoopFun\n* Ensure all test cases in the classes prefixed with `LoopFun` pass.\n* All the methods have been stubbed out for you in the `LoopFun` class.\n* Each of the methods have a comment above it to describe the expected behavior.\n* View the test cases to see examples of input and expected outputs.\n  - `int factorial(int number)`\n  - `String acronym(String phrase)`\n  - `String encrypt(String word)`\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzipcodecore%2Fquiz1-maven","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzipcodecore%2Fquiz1-maven","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzipcodecore%2Fquiz1-maven/lists"}