Home » » Increment and Decrement Operators in Java

Increment and Decrement Operators in Java

Increment and Decrement  Operators in Java

Increment and Decrement  Operators in Java

class santhosh
{
public Static void main(String args[])
{
int a;
a=20;
a++;
System.out.println("The value of a is":+a);
}
}


Decrement

class santhosh
{
public Static void main(String args[])
{
int a;
a=20;
a--;
System.out.println("The value of a is:"+a);
}
}


0 coment�rios:

Post a Comment

Link you don't want to vouch for Read more: https://html.com/seo/#ixzz5zVltiZ5g