Answer:
%Program prompts user to input vector
v = input('Enter the input vector: ');
%Program shows the value that user entered
fprintf('The input vector:\n ')
disp(v)
%Loop for checking all array elements
for i = 1 : length(v)
%check if the element is a positive number
if v(i) > 0
%double the element
v(i) = v(i) * 2;
%else the element is negative number.
else
%triple the element
v(i) = v(i) * 3;
end
end
%display the modified vector
fprintf('The modified vector:\n ')
disp(v)
Answer:
hmm i would try calling him. ask your mom or other adults where he is!
Explanation:
hope you get help soon!
Answer:
C. The buoyant forces are equal on the objects since they have equal mass.
Explanation:
Correct option (C) The buoyant forces are equal on the objects since they have equal mass. For floating objects, the buoyant force equals the weight of the objects. Since each object has the same weight, they must have the same buoyant force to counteract that weight and make them float.