Question: java languuage please! Answer 1) [6 pts] A method called T accepts 3 double parameters and prints on the screen the average of these numbers.
java languuage please!
Answer 1) [6 pts] A method called T accepts 3 double parameters and prints on the screen the average of these numbers. What will the signature of this method be? DO NOT write the body of the method. 2) [7 pts] Complete the code so the array a is filled with integer between 10 and 100 public static void main(String[] args) { int[] a=new int[10]; for(int i=0;i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
