{"id":24021095,"url":"https://github.com/zipcodecore/aliceandbob","last_synced_at":"2025-07-21T22:36:59.432Z","repository":{"id":55543112,"uuid":"105552690","full_name":"ZipCodeCore/AliceAndBob","owner":"ZipCodeCore","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-20T20:10:24.000Z","size":18,"stargazers_count":0,"open_issues_count":19,"forks_count":72,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-25T05:46:26.201Z","etag":null,"topics":["corejava","corejava-chapter3"],"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,"zenodo":null}},"created_at":"2017-10-02T15:42:46.000Z","updated_at":"2025-04-20T20:10:28.000Z","dependencies_parsed_at":"2022-08-15T02:50:51.621Z","dependency_job_id":"58e3fccb-699d-495f-a38f-58a05d446f1b","html_url":"https://github.com/ZipCodeCore/AliceAndBob","commit_stats":null,"previous_names":["zipcodecore/aliceandbob","zipcodecore/maven.aliceandbob"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/ZipCodeCore/AliceAndBob","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZipCodeCore%2FAliceAndBob","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZipCodeCore%2FAliceAndBob/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZipCodeCore%2FAliceAndBob/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZipCodeCore%2FAliceAndBob/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZipCodeCore","download_url":"https://codeload.github.com/ZipCodeCore/AliceAndBob/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZipCodeCore%2FAliceAndBob/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266393620,"owners_count":23922424,"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","status":"online","status_checked_at":"2025-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["corejava","corejava-chapter3"],"created_at":"2025-01-08T12:38:40.735Z","updated_at":"2025-07-21T22:36:59.408Z","avatar_url":"https://github.com/ZipCodeCore.png","language":"Java","readme":"# Alice And Bob\n\n## `Fork` this Repository\n* You should work on this project in your own repository.\n* Click the `fork` button in the top right corner to create a copy of this repository on your github account.\n* You can go through the [GitHub forking tutorial](https://help.github.com/articles/fork-a-repo/) if you need additional practice with this.\n\n\n## Alice and Bob Greeting\n\n\n### **Objective:**\n* Write a program which prompts the user to input his/her name.\n* The program should greet users whose names are 'Alice' and 'Bob'.\n\n\n### **Purpose:**\n* To establish familiarity with\n    * Control Flow\n    * Conditionals\n    * User input\n    * Object instantation/declaration\n    * Method invokation\n\n### Instructions\n1. Understand how to get input string from user\n2. Create conditional to check against Alice and Bob\n3. Print greeting to screen if Alice or Bob are true\n4. Print \"You are neither Alice nor Bob.\"\n5. When finished, make *certain* your last commit message is \"finished\"\n\n### Input \u0026 Output\n\nStandard input and standard output are important concepts in Java programming.\n\nStandard input is a way for a program to receive input from the user or another program. In Java, standard input is represented by the `System.in` object. This object can be used with a Scanner object to read input from the user or another program. For example, the following code reads a line of text from the user and stores it in a variable:\n\n```java\nScanner scanner = new Scanner(System.in);\nSystem.out.print(\"Enter your name: \");\nString name = scanner.nextLine();\n```\n\nStandard output is a way for a program to output information to the user or another program. In Java, standard output is represented by the `System.out` object. This object can be used with the println() method to output text to the console. For example, the following code outputs a greeting to the user:\n\n```java\nSystem.out.println(\"Hello, \" + name + \"!\");\n```\n\nStandard input and standard output are important concepts in Java programming that allow programs to interact with the user and other programs.\n\n### Do the `Github` thing\n\nWhen finished, make *certain* your last commit message is \"finished\"\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzipcodecore%2Faliceandbob","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzipcodecore%2Faliceandbob","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzipcodecore%2Faliceandbob/lists"}