Answer:
create the integer variable and initialize it to one, with the do statement, increment the variable by one and print it, then the while statement checks if the variable is less than or equal to 10.
#include <iostream>
using namespace std;
int main(){
int i = 1;
do {
cout<< i << "\n";
i++;
}
while (i <= 10);
}
Explanation:
The C++ source code initializes the integer variable i to one and increments and print the value if the value is less than or equal to ten. The do-while statement executes a block of code before the condition is implemented.
The Answer is all of them, it's okay when i had to take this class last year and it took me for ever to find the tab and paste options.
<em>r = 15 cm</em>
<em>formula</em>
<em>V = πr²×h/3</em>
<em>replace</em>
<em>4950 = 22/7×r²×21/3</em>
<em>4950 = 22/7×r²×7</em>
<em>4950 = 22×r²</em>
<em>r² = 4950/22</em>
<em>r² = 225</em>
<em>r = √225</em>
<em>r = √15²</em>
<em>r = 15 cm</em>
Answer:
Agile/adaptive methods.
Explanation:
The user has just decided to join a firm and will also be accountable to determine whether that system development technique that group uses to establish the latest software for a significant medical distributor to his position as just a lead analyst.
After that, he consumes a week for the purpose to understand his group members for reason to know their strengths and weakness and how would they work under pressure.
So, the following method is required for him to understand about the disadvantages of each of them.
Answer:
In a STAR TOPOLOGY network, each device on the network is attached to a central router. If the router fails, then the other devices will be unable to communicate, but if only one connected device fails, then all other devices will still be able to communicate.
Explanation:
In this type of topology all the computers are connected to a single router through a cable. This router is the central node and all others nodes are connected to the central node.