# fix-bug-in-integer-equals **Repository Path**: wsgdb/fix-bug-in-integer-equals ## Basic Information - **Project Name**: fix-bug-in-integer-equals - **Description**: Java basic practice for beginners: Fix bug in Integer equals - **Primary Language**: Shell - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Java的数据类型练习:修复比较整数时的bug 请解决[`Main`这个类](https://github.com/hcsp/fix-bug-in-integer-equals/blob/master/src/main/java/com/github/hcsp/datatype/Main.java)中的问题 在提交Pull Request之前,你应当在本地确保所有代码已经编译通过,并且通过了测试(`mvn clean test`) ----- 注意!我们只允许你修改以下文件,对其他文件的修改会被拒绝: - [src/main/java/com/github/hcsp/datatype/Main.java](https://github.com/hcsp/fix-bug-in-integer-equals/blob/master/src/main/java/com/github/hcsp/datatype/Main.java) ----- 完成题目有困难?不妨来看看[写代码啦的相应课程](https://xiedaimala.com/tasks/efcf13d5-5f69-4dc4-a090-6f99e4af06e4/video_tutorials/835b796b-f19d-4bd9-9255-f89265d0ef05)吧! 回到[写代码啦的题目](https://xiedaimala.com/tasks/efcf13d5-5f69-4dc4-a090-6f99e4af06e4/quizzes/6d4bde5f-b7aa-4fce-bc4f-c35bd192d661),继续挑战!