9. Write a small Java program to display you name and class in two different lines.
Answers
Answered by
20
Answer:
the codes are
text(your name, x, y);
text(your class, x, y);
x and y are for the positions.
If you want to set text size
textSize(anysize);
You can add any size
Please mark me as Brainliest!
Answered by
0
Explanation:
We just write a JAVA program
Similar questions