Question: I need your help to rewrite this code in a completely different way. Don't just change the names, variables, or locations. I need to write

I need your help to rewrite this code in a completely different way. Don't just change the names, variables, or locations. I need to write the whole code in a radically different way with everything (including the printf) because of plagiarism in this code. (This code is written by JAVA language )

out.printf(" %-12s%-15s%s ", "Year", "Population", "Annual Water Usage (cb.m)"); for (int i = 0; i < D3Length; i++) {

String Year = in.next(); int Pop = in.nextInt(); long WU = in.nextLong();

Years[regIndex][CityIndex][i] = Year;

population[regIndex][CityIndex][i] = Pop;

WaterU[regIndex][CityIndex][i] = WU;

out.printf(" %-12s%,-15d%,d ", Year, Pop, WU);

}

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!