Sun Nov 26 2023 16:48:54 GMT+0000 (Coordinated Universal Time)
Saved by @Java
public class LabTask4 { public static void main(String args[]) { int x=Integer.parseInt(args[0]); int y=Integer.parseInt(args[1]); int sum=x+y; System.out.println("Sum of two numbers is:"+sum); } }
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments