I think should do the trick A and D
The statement that highlights and describes in detail the key features of an aquatic animal would be produce qualitative data analysis as we will describe its external features such as color size etc.
Answer:
its the skin system pleas ei just need the points
Explanation:
Answer: 3
Explanation:
Given :
numC = 12
while numC > 3:
numC = numC / 2
Initial value of numC = 12
The condition checks if the value of numC is greater than 12, only then will the statement be executed and the loop isn't altered
numC = 12 is greater Than 3 ;
numC = numC/2 = 12/2 = 6
numC is now 6 ;
numC = 6 is greater than 3
numC = numC / 2 = 6/2
numC is now 3
numC = 3 is not greater than 3 ; hence, loop terminates (condition isn't met)
Hence , numC = 3
I believe that the best answer for this question would be spirillum. Spirillum is a genus of bacteria within the family of Spirillaceae. Typically, they are big, elongated, rigid, and spiral-shaped. Some have flagella tufts at either end. They are typically found in still freshwater. Hope this helps.