A vent diagram. It helps to outline the differences and the similarities between the three countries
Answer & Explanation:
//written in java
public class Main {
public static void main(String[] args) {
//String stored in a variable named phrase
String phrase = "Brainly";
//Checking whether the first character is in upper case or not
if (Character.isUpperCase(phrase.charAt(0)))
System.out.println("capital");
else
System.out.println("not capital");
}
}
So a output device is anything that can output info from the computer so
we are read and understand it some are a printer monitor and soundboard
Hope this helped
-scav