Java 初学者挑战
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/14865823/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Beginner Java Challenges
提问by GotRiff
Is there any site where I can go that has a fairly large list of challenges for the different levels of coders? I'm hoping for a huge list of each experience level but am looking for ones for beginners challenges right now.
是否有任何网站可以为不同级别的编码人员提供相当多的挑战列表?我希望每个经验级别都有一个庞大的列表,但我现在正在寻找适合初学者挑战的列表。
回答by Feanor
codingbat.comis one of my personal favorites.
codingbat.com是我个人的最爱之一。
回答by npearson
回答by erdekhayser
Even though I program in Python, this can work for you, too. Look online for Python programs, and just try to do the same thing in Java. This got me pretty far in the beginning, trying to learn how to do simple guessing games and card games.
即使我用 Python 编程,这也适用于你。在网上寻找 Python 程序,然后尝试用 Java 做同样的事情。这让我一开始就走得很远,试图学习如何做简单的猜谜游戏和纸牌游戏。