A MathVector object will be passed to your method. Return the 5th element inside of that object. If you look in the file MathVector.java you'll see there is a way to extract the value of one element in the array contained inside a MathVector object: *Returns the element at the specified index. * * @param index the index of the element to return * @return the element at the specified index. */ public int at(int index) { return array[index]; } use it like myObject.at (4); to get the 4th element. You did similar operations (with a different syntax) with Matlab. What to reproduce this on your own machine? Here are some important files: *preLabC.java (fill this in) • MathVector.java (the class with all the methods that the student should explore) • MyTest.java (the JUnit testing file. Student can use this on their own computer if they wish) Requested files preLabC.java 1 import java.util.Random; 2 import java.util.StringJoiner; 3 4- public class preLabC { 5 7 8 9 10 11 12 13 #HASARANG 14 15 16 17 18 19 20 21 22 23 } public static int myMethod (MathVector inputVector) { int valueAt5thPosition - 100000; = // default value for integer System.out.println("here is the contents object, inputVector: " + inputVector); // extract the value at the fifth position of the array in the object // Remember: the count starts at 0. So the 5th position has an index of 4. } System.out.println("This is the value at position 5: " + valueAt5thPosition); // return the integer value found at position 5 of the array... return valueAt5thPosition;

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
A MathVector object will be passed to your method. Return the 5th element inside of that object.
If you look in the file MathVector.java you'll see there is a way to extract the value of one element in the array contained inside a MathVector object:
/***
use it like myObject.at (4); to get the 4th element. You did similar operations (with a different syntax) with Matlab.
What to reproduce this on your own machine? Here are some important files:
* preLabC.java (fill this in)
• MathVector.java (the class with all the methods that the student should explore)
MyTest.java (the JUnit testing file. Student can use this on their own computer if they wish)
Requested files
preLabC.java
1 import java.util.Random;
2 import java.util.StringJoiner;
3
4- public class preLabC {
5
6.
7
8
9
Returns the element at the specified index.
*
* @param index the index of the element to return
* @return the element at the specified index
*/
public int at(int index) {
return array[index];
}
10
11
12
13
14
15
16
17
18
19
20
21
22
23
}
public static int myMethod (MathVector inputVector) {
int valueAt5thPosition = -100000; // default value for integer
System.out.println("here is the contents object, inputVector: " + inputVector);
// extract the value at the fifth position of the array in the object
// Remember: the count starts at 0. So the 5th position has an index of 4.
}
System.out.println("This is the value at position 5: " + valueAt5thPosition);
// return the integer value found at position 5 of the array..
return valueAt5thPosition;
Transcribed Image Text:A MathVector object will be passed to your method. Return the 5th element inside of that object. If you look in the file MathVector.java you'll see there is a way to extract the value of one element in the array contained inside a MathVector object: /*** use it like myObject.at (4); to get the 4th element. You did similar operations (with a different syntax) with Matlab. What to reproduce this on your own machine? Here are some important files: * preLabC.java (fill this in) • MathVector.java (the class with all the methods that the student should explore) MyTest.java (the JUnit testing file. Student can use this on their own computer if they wish) Requested files preLabC.java 1 import java.util.Random; 2 import java.util.StringJoiner; 3 4- public class preLabC { 5 6. 7 8 9 Returns the element at the specified index. * * @param index the index of the element to return * @return the element at the specified index */ public int at(int index) { return array[index]; } 10 11 12 13 14 15 16 17 18 19 20 21 22 23 } public static int myMethod (MathVector inputVector) { int valueAt5thPosition = -100000; // default value for integer System.out.println("here is the contents object, inputVector: " + inputVector); // extract the value at the fifth position of the array in the object // Remember: the count starts at 0. So the 5th position has an index of 4. } System.out.println("This is the value at position 5: " + valueAt5thPosition); // return the integer value found at position 5 of the array.. return valueAt5thPosition;
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY