class Output { public static void main(String args[]) { System.out.print((int)args[2] * 2); } }
a) java
b) 10
c) 20
d) error
What will be the output of the following Java program, Command line execution is done as – “java Output command Line 10
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What will be the output of the following Java program, Command line execution is done as – “java Output command Line 10
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!