[Solved] Command Line Argument Square with Java, C++
![[Solved] Command Line Argument Square with Java, C++ [Solved] Command Line Argument Square with Java, C++](https://realcoder.techss24.com/wp-content/uploads/2022/07/Solved-Command-Line-Argument-Square-with-Java-C.png)
Command Line Argument Square: Write a program to accept a integer as command line argument and print the square of that integer. Sample Input (Command Line Argument) 1: 10 Sample Output 1:Square of the number :100