This website requires JavaScript.
Explore
Help
Sign In
3024158
/
PR1
Watch
1
Star
1
Fork
You've already forked PR1
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
06c6de3951
PR1
/
TestProgs
/
Minus.java
9 lines
96 B
Java
Raw
Blame
History
int
num
=
-
5
;
if
(
!
(
num
>
0
)
)
{
if
(
!
(
num
=
=
0
)
)
{
System
.
out
.
println
(
"Negative number"
)
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink