Answer:
The Environment
Explanation:
Our environment is gravely under attack from the release of harmful substances by manufacturing companies in products or waste extracts.
L'Oreal is addressing the issue of the environment, by reducing the release of greenhouse gas and waste that has harmful effects on the environment.
Corporate Social Responsibility (CSR) is aimed at increasing the accountability of corporate organizations when handling socially-related activities.
Some CSR issues include Working conditions, Human rights, Corruption, Taxes, Gender Equality, Consumer rights and interest among others.
Answer:
import java.util.Scanner;
public class num9 {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
System.out.println("Enter year");
int givenYear =in.nextInt();
if(givenYear>=2101){
System.out.println("Distant Future");
}
else if(givenYear>=2001){
System.out.println("21st Century");
}
}
}
Explanation:
- Using Java programming Language
- Import Scanner class to receive user input of the variable givenYear
- Use if statement to check the first condition if(givenYear>=2101)
- Use else if statement to check the second condition if(givenYear>=2001)
- print Distant future and 21st century respectively
You right click the mouse. hope this helps
Answer:
Augmented Reality
Explanation:
Augmented reality is a camera to overlay images on real-world scenery. Basically what the Pokemon GO app does.
<span>The manual assignment of an IP address to a
system is called static addressing. Since the assignment of IP has been entered
manually using ARP utility, the network administrators probably forgot to
remove the manually configured nodes with IP addresses. </span>