Answer:
import java.util.Scanner;
public class CocaColaVendingTest {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
System.out.println("Enter value for number of insects");
int num_insects = in.nextInt();
while (num_insects<=100){
System.out.print(num_insects);
num_insects*=2;
System.out.print(" ");
}
}
}
Explanation:
In the code above written in Java.
The user is prompted to enter a positive value for the number of insects
This is stored in a variable num_insects.
Using a while loop with the condition while (num_insects<=100). The num_insects is printed out. Then it is doubled followed with a space.
It continues until the condition in the while loop is no longer true
The four services that comprise IT infrastructure are:
- Telecommunications services.
- Data management services .
- Application software services.
- Physical facilities management services.
<h3>What does these services do?</h3>
Telecommunications services is known to help in terms of giving data, voice, and video network.
Data management services helps to save , manage, and analyze all data. Application software services helps to give firms-wide range capabilities.
The Physical facilities management services helps to make and handle physical installations of technology.
Therefore, The four services that comprise IT infrastructure are:
- Telecommunications services.
- Data management services .
- Application software services.
- Physical facilities management services.
Learn more about IT infrastructure from
brainly.com/question/869476
#SPJ1
Answer:

Explanation:
The given parameters are:



Required
Determine the curved surface area of the big cone
The volume of a cone is:

For the big cone:

Where
R = radius of the big cone and H = height of the big cone
For the small cone:

Where
r = radius of the small cone and H = height of the small cone
Because both cones are similar, then:

and


Substitute values for Vbig and Vsmall

Recall that:
So, we have:


Take cube roots of both sides
![\sqrt[3]{\frac{1715}{1080}} = \frac{R}{r}](https://tex.z-dn.net/?f=%5Csqrt%5B3%5D%7B%5Cfrac%7B1715%7D%7B1080%7D%7D%20%3D%20%5Cfrac%7BR%7D%7Br%7D)
Factorize
![\sqrt[3]{\frac{343*5}{216*5}} = \frac{R}{r}](https://tex.z-dn.net/?f=%5Csqrt%5B3%5D%7B%5Cfrac%7B343%2A5%7D%7B216%2A5%7D%7D%20%3D%20%5Cfrac%7BR%7D%7Br%7D)
![\sqrt[3]{\frac{343}{216}} = \frac{R}{r}](https://tex.z-dn.net/?f=%5Csqrt%5B3%5D%7B%5Cfrac%7B343%7D%7B216%7D%7D%20%3D%20%5Cfrac%7BR%7D%7Br%7D)

The curved surface area is calculated as:

Where

For the big cone:

For the small cone

Because both cones are similar, then:

and


This gives:

Recall that:

So, we have:


Make
the subject

Substitute values for
and 



<em>Hence, the curved surface area of the big cone is 1143.33cm^2</em>
Answer:
Following are the answer to this question:
Explanation:
Prototypical inheritance:
This inheritance is a part of the object-oriented programming, in the JavaScript, the prototype is also an instance of an entity, on this type of inheritance an object inherits another object directly, in which an instance could be composed of several sources which enable simple selective inheritance and a flat structure of delegation[[Prototype]].
Web accessibility using JavaScript:
In the website or web page, JavaScript is usually fully accessible if another script 's implementation has been device-independent, and the components are accessible to be used in assistive devices. It enables the developers to improve web page information, which helps in communication, data processing, and regulation, and it also helps in management.