Write the Java Program for the following questions :
To print the three different numbers 11.19.14.
Answers
Answered by
6
Answer:
public class 3_numbers
{
public static void main(String args[])
{
System.out.println("11");
System.out.println("19");
System.out.println("14");
}
}
Hope u liked it
plz make my naswer the brainliest....
Thank u nd hoped so it have helped u...
Answered by
0
Answer:
the first ans is indeed right mark as the BRAINLIST
Similar questions