adding three numbers Get link Facebook X Pinterest Email Other Apps November 22, 2023 class first{ public static void main(String[] args ) { int n1=2; int n2=4; int n3=7; int sum=n1+n2+n3; System.out.println(sum); }} Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment