Jeff C.

asked • 04/04/21

Provide an equivalent of the java class below in C

class CompSci {




    static final int QuestionsTobeAnswered = 4;

    static final int questionsGiven = 4;

    int questionsAnswered;




 

 

   public static void addToArray(int[] x) 

   {

for (int i = 0; i < x.length; i+=1)

{

  x[i] = (int) Math.random() * Integer.MAX_VALUE;

}

   }

   

    

}


1 Expert Answer

By:

Patrick B. answered • 04/04/21

Tutor
4.7 (31)

Math and computer tutor/teacher

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.