Swapp two number using third variable Get link Facebook X Pinterest Email Other Apps - April 25, 2020 int a,b,c; a=5; b=6; c=a; a=b; b=c; System.out.println(a+""+b); Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment