Oct 1, 2013
Make sure to subscribe to our newsletter and be the first to know the news.
class PositiveNegative { public static void main(String[] args) { int n=10; if (n<0) { System.out.println("Number is negative"); } else { System.out.println("Number is positive"); } } }
Sep 28, 2013
Jul 7, 2020
Jun 11, 2020