Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Narra123
/
Java_app
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
efeee57
Java_app
/
Main.java
Narra123
Update Main.java
efeee57
verified
17 days ago
raw
Copy download link
history
blame
Safe
232 Bytes
public
class
Main
{
public
static
void
main
(String[] args)
{
int
a
=
20
;
if
(a%
2
==
0
){
System.out.println(
"Even number"
);
}
else
{
System.out
println
(
"odd number"
)
;
}
}
}