Answer:
Following are statement is given below
int k=1,total=0; // variable declaration
while(k<50) // iterating the while loop
{
total=total+k*k;// calculating the square
k=k+1; // increments the value of k by 1
}
Explanation:
Following are the description of Statement.
- Declared a variable "total" and "k" of the "integer " type initialized the total to 0 and "k" to 1.
- Iterating the while loop for less then 50 .In this loop, we calculating the sum of square of first 50 number in the "total" variable .
- After that increment the value of "k" variable by 1 to execute the loop less then 50 .
Answer:
The correct answer to the following question will be Option D (Subtractive method
).
Explanation:
- This approach essentially requests a participant to construct two activities that are already in almost every way similar, except for a mental process that is assumed to also be included in any of the activities although omitted in another.
- This method will be much more valuable when deciding the period for phonemic awareness, despite text-string identification.
The other three options are not related to the given scenario. So that Option D is the right answer.
Heheheheheheheheh perfect b
Answer:
False
Explanation:
There's only one component of the array list which is list[0] which has value 50