Answer:
1/2000
Explanation:
import java.util.Scanner;
public class InputExample {
public static void main(String [] args) {
Scanner scnr = new Scanner(System.in);
System.out.print("Enter birth month and date:");//comment this line if not needed
int birthMonth=scnr.nextInt();
int birthYear=scnr.nextInt();
String output= birthMonth+"/"+birthYear+"\n";
System.out.println(output);
}
}
if using this code the out put should be 1/2000
D. Reply.
<u><em>Brainiest PLEASE!
</em></u>
Answer:
The answer is "False"
Explanation:
The given statement is false, which can be described as follows:
The Netscape browser is also known as the series of the name web browsers, This browser was developed by AOL's former holding company Netscape Communicative Networks Organization.
- It was a corporation, that has been best remembered for its Navigator web browser.
- It is one of the two web browsers most successful in the 1990s, that's why the given statement is false.
Answer:
<em>HTML</em><em>(</em><em>hypertext</em><em> </em><em>markup</em><em> </em><em>language</em><em>)</em><em> </em>is the language that Web Pages are written in.