round off and displaying the values
- by S.PRATHIBA
Hi all,
I have the following code:
import java.io.;
import java.sql.;
import java.math.;
import java.lang.;
public class Testd1{
public static void main(String[] args) {
System.out.println("Sum of the specific column!");
Connection con = null;
int m=1;
double sum,sum1,sum2;
int e[];
e=new int[100];
int p;
…