J
JavaDroid
v2.0 EDU
Main.java
💾
🔗
▶ RUN
📝 Editor
📚 Learn
🧠 Quiz
10
⚡ Snippets
🏆 Challenges
📋 Cheat Sheet
⭐ Progress
1
public class Main { public static void main(String[] args) { // 🎉 Welcome to JavaDroid v2.0! // Edit code below and press ▶ RUN System.out.println("Hello, JavaDroid v2.0!"); String name = "Learner"; int year = 2026; System.out.println("Welcome, " + name + "!"); System.out.println("Year: " + year); // Loop example for (int i = 1; i <= 5; i++) { System.out.println("Step " + i + " complete ✓"); } System.out.println("Happy coding! 🚀"); } }
CONSOLE OUTPUT
Clear
Copy
▼
// JavaDroid v2.0 ready — press ▶ RUN to execute your code
▶ stdin:
public
private
static
class
void
new
return
if
else
for
while
try
int
String
double
bool
char
long
println
print
Math
{
}
( )
;
[ ]
""
==
!=
&&
||
⇥ Tab
📚 Java Lessons
Tap a topic to start learning with examples
← Back
TOTAL SCORE
0
🔥 Streak: 0
0 / 10 answered
🔄 Reset Quiz
🏆 Coding Challenges
Solve problems to earn XP & badges
← Back
READY • Java SE 11
Ln 1, Col 1