Skip to content

Let's get started with Java programming in the '30 Days of Code' challenge! Day 0 covers the basics like input/output, data types, and arithmetic operations. Let's code together!

Notifications You must be signed in to change notification settings

newusername-beep/30-days-of-code-java-day-0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

30 Days of Code Challenge - Day 0

Welcome to Day 0 of the 30 Days of Code challenge! This is where your coding journey begins. Day 0 serves as a warm-up exercise to familiarize yourself with the Java programming language and its basic syntax. Let's dive in!

Description

In Day 0, we introduce you to the fundamentals of Java programming. You'll learn how to:

  • Take input from the user and display output on the screen.
  • Print text or variables to the console.
  • Work with different data types such as integers, doubles, and strings.
  • Declare variables and assign values to them.
  • Add comments to your code for better understanding and documentation.
  • Perform basic arithmetic operations like addition, subtraction, multiplication, and division.

Getting Started

To get started with Day 0:

  1. Clone this repository to your local machine.
  2. Open your preferred Java development environment (e.g., IntelliJ IDEA, Eclipse).
  3. Navigate to the Day 0 directory.
  4. Open the source code file provided (Day0.java) in your IDE.
  5. Follow the instructions in the comments and code your solution.
  6. Compile and run your Java program to see the output.

Resources

Here are some resources to help you get started with Java programming:

Contributing

If you have any improvements or suggestions for Day 0, feel free to contribute! Just fork this repository, make your changes, and submit a pull request.

Acknowledgments

This Day 0 README template is inspired by the "30 Days of Code" challenge by HackerRank.

Happy coding! 🚀

About

Let's get started with Java programming in the '30 Days of Code' challenge! Day 0 covers the basics like input/output, data types, and arithmetic operations. Let's code together!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages