Computer Science, asked by altrongaming27, 10 days ago

Increment the value of n by 1​

Answers

Answered by raistaiba
0

class increment

{

public static void main (String args[])

{

int n=1;

intm;

m=++n;

System.out.println ("increment value ="+m

Similar questions