You are viewing a single comment's thread. Return to all comments →
import java.util.* public class Solution {
public static void main(String[] args) { Scanner sc=new Scanner(System.in); int a,b,c=sc.nextInt(); a=42; b=100; c=125; System.out.println(a); System.out.println(b); System.out.println(c); }
} Whats the mistake i've done in my code??pls help me
Seems like cookies are disabled on this browser, please enable them to open this website
Java Stdin and Stdout I
You are viewing a single comment's thread. Return to all comments →
import java.util.* public class Solution {
} Whats the mistake i've done in my code??pls help me