Question: Can someone translate this C++ to Java and run it to make sure it works. This is what the code is suppose to do: #include

Can someone translate this C++ to Java and run it to make sure it works.

This is what the code is suppose to do:

Can someone translate this C++ to Java and run it to make

#include #include using namespace std; int main() { int i,n; float a[20]; float m,v,sd; m=0.0; v=0.0; cout>n; cout>a[i]; m=m+a[i]; } m=1.0 * m; for(i=0;i

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!