write a pseudocode to find out the sum of five numbers
Answers
Answered by
1
int a,b,c,d,e,f;
int g =a+b+c+d+e+f;
System.out.println("g");
int g =a+b+c+d+e+f;
System.out.println("g");
Similar questions