Increment the value of n by 1
Answers
Answered by
0
class increment
{
public static void main (String args[])
{
int n=1;
intm;
m=++n;
System.out.println ("increment value ="+m
Similar questions