naveenkumar1527 / nested_if

public class nvn { public static void main(String[] args) { int n = 500; int v = 59; int nvs=888; if (n > v) { if(nvs>=900){ System.out.println("n & v"); } else { System.out.println("74"); } }} }
23Updated last year

Related projects

Alternatives and complementary repositories for nested_if