Skip to main content

Featured

Game Development Tutorials In Android

Game Development Tutorials In Android Hi Guys,                 We are shortly started Game Development Tutorials in Android Studio. So everyone supports me and share this blogs to your friends. Guys, At this time everyone is freely available to source code and we are provide a video for step by step game developments. you are learn free and feel free to support us. Guys, if you have any question to me, so feel free to comment us. I will try to answer all the question as long as possible.                                                     Thank's                                                                          ...

Commandline Example Program in Java

Commandline Example Program in Java


In this examples, we are going to development Commandline program in java Programming language. If you have any query about this program, feel free to comment below.

Before we can Start to make Commandline program, click on the every Advertisements available on this page.

                                                 "Commandline.java"

class Commandline{


public static void main(String arg[])
{
int a=Integer.parseInt(arg[0]);
int b=Integer.parseInt(arg[1]);
int sum=a+b;
System.out.println(sum);


}

}

Compile And Run this Program.

If this information is important to you , and you want to , I will continue writing some more details of Java, Android Programming Language, so click on the advertising, available on this page. This is motivate me for writing some more useful stuff, Thank's 

Comments