JAVA PAR
public class Sum
{
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("The sum of x and y is: " +sum);
}
}
JAVA SIM
class Simple{
public static void main(String args[]){
System. out. println("Hello Java");
}
}
PravinGuruputhiran007/python
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|