<span>3) .java
Let's look at the three options and see why they're right or wrong.
1) .class
This is the file extension that the java compiler used to the compiled output from the compiler. So it's the wrong answer.
2) .h
This is the file extension used for C and C++ header files. So once again, not the right answer.
3) .java
This is the correct extension for a java source file to be compiled.</span>
Answer:
Explanation:
Below is the complete MATLAB code that performs the given operations.
a = 10:10:99 % Generating first vector
b = 2:2:18 % Generating 2nd vector
c = rdivide(a,b) % Dividing vector a by b and storing in c
d = times(c,c) -19 % Subtracting 19 from each element of vector c
c % Displaying value of c
d % Displaying value of d
Output screenshot
C =
5 5 5 5 5 5 5 5 5
d =
6 6 6 6 6 6 6 6 6
Answer:
hakkuna matata is the radious of a circle