Answer:
Explanation:
The following program is written in Java. It asks the user for the two inputs and then uses those inputs in a for loop. The loop goes through each number checking to see if it is even or odd. If it is even it prints out Even: and the number after multiplying it by 3. If it is odd it prints out Odd: and the number after adding 10 to it. The output can be seen in the attached picture below.
import java.util.Scanner;
class Brainly {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
System.out.println("Enter number 1: ");
int num1 = in.nextInt();
System.out.println("Enter number 2:");
int num2 = in.nextInt();
for (int x = num1; x <= num2; x++) {
if ((x % 2) == 0) {
System.out.println("Even: " + (x*3));
} else {
System.out.println("Odd: " + (x+10));
}
}
}
}
Answer:
The Base Error Rates evident in more complex activities such as programming a computer is:
a. 2%.
Explanation:
Any error rate higher than the above (2%) will be considered too high. Most of these errors can be traced to the source of the error (syntax, runtime, or logic errors) or to the type of the error (mistakes, failures, or slips). No matter the source or type, errors occur from human activities or involvements in the programming. However, standards have not been established for programming errors yet.
Answer:
D
Explanation:
A vertical merger is when two or more companies merge and are involved at different stages in the supply chain process for a common good or service. The merger is purposed to increase synchronism, gain more control of the supply chain process, and increase business. Also, it often results in reduced costs and increased productivity and efficiency.
A good example of a vertical merger is a auto manufacturer purchasing a tire company. A vertical merger of this sort reduces the cost of tires for the automaker and creates the possibility for expansion of its business by allowing it to supply tires to competing automakers.
It's a scam don't buy something