Answer: is a unified standard used when recording the sounds of instruments
Answer:
You dont have to but if you can its optional
Explanation:
<span>/**
*
*
* Exercise 1.2 - Display Five Messages
*
*/
public class Ex01_02 {
public static void main(String[] args) {
System.out.println("Welcome to Java");
System.out.println("Welcome to Java");
System.out.println("Welcome to Java");
System.out.println("Welcome to Java");
System.out.println("Welcome to Java");
}
}</span>