<h2>
Answer:</h2>
Option D: They vary based on popularity and market demand of products designed with the language.
is the correct answer that best categorizes the state o programming languages over time.
<h2 /><h2>
Explanation:</h2>
With the advent of time, new programming languages are also introduced. But this doesn't means that the older ones are loosing or gaining popularity because of others. Changing or development of product design in the market tells us that the programming languages have their own specific properties on the basis of which they are used.
From this we can conclude that a programming language gets popular due to its specifications and features that may not get diminished by the features o other programming languages.
<h3>For example:</h3>
- Java script is used mostly to create desktop apps.
- C language is used widely in embedded systems and electronics.
<h3>I hope it will help you a lot!</h3>
The program accepts a whole number as input, multiplies that number by 12, and then outputs the product
Explanation:
This program asks user to enter two integer numbers and displays the product.
The scanner class is used as input functions.
The code is shown below :
import java.util.Scanner;
public class Demo {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
System.out.print("Enter number: ");
int num1 = scan.nextInt();
scan.close();
int product = num1*12;
System.out.println("Output: "+product);
}
}
QUESTION NO. 1 -
A. Cloud computing.
QUESTION NO. 2 -
C. Social networking.
QUESTION NO. 3 -
D. Task list.
QUESTION NO. 4 -
D. Powerpoint.
QUESTION NO. 5 -
B. Sandie should share the document in OneDrive and give her sister permission to edit the document.
QUESTION NO. 6 -
C. The design and arrangement of items for efficiency and safety.
Answer:
I believe the answer is B. Puede

Difference between first and second generation of computers.

Refer to attachment.!
<h3>Hope It's helped mate! :)</h3>