Java
👉 Only choose the option which best aligns with how you learn! You don’t need to do all of them!
Complete and submit any one of the following:
-
A screenshot (upload it to Imgur.com to get a URL) of your progress through the end of “Debugging” on https://www.codecademy.com/courses/learn-java/lessons/hello-world-java/exercises/introduction-to-java
- May require a Pro subscription. Codecademy has a free 7 day trial. If you need a burner credit card to trial with, please let us know.
- Complete the entirety of the “Learn the Basics” series here: https://www.learnjavaonline.org/
Once you understand the basics, create a new Python project in Repl.it: https://replit.com/new/java10
Create a program which does the following, and then save and submit the URL of your Repl.it project: - For each number from 1-100, the program prints the number (using console.log) - If the number is evenly divisible by 3, the program also prints “fizz” - If the number is evenly divisible by 5, the program also prints “buzz” - If it’s evenly divisible by both, it prints “fizzbuzz” - The program should use a method to determine what to print.
- Follow along with this Java tutorial video: https://www.youtube.com/watch?v=eIrMbAQSU34
Once you understand the basics, create a new Java project in Repl.it: https://replit.com/new/java10
Create a program which does the following, and then save and submit the URL of your Repl.it project: - For each number from 1-100, the program prints the number - If the number is evenly divisible by 3, the program also prints “fizz” - If the number is evenly divisible by 5, the program also prints “buzz” - If it’s evenly divisible by both, it prints “fizzbuzz” - The program should use a method to determine what to print.
🎓 What if I already know Java?
Please pick assignments for aspects of your tech stack which you don’t already know.
If you can demonstrate that you already know all aspects of your tech stack, please contact us on Slack.
âť“ What if I need help with Java?
You can ask in #ask-for-help or schedule a CSE session.
âś… Where do I submit?
After completing this assignment, submit a link to your Github/Repl.it/Codepen using the form on your participant dashboard by logging in at https://labs.codeday.org/dash