Computer Science, asked by umraoseemachikku, 9 months ago


9. Write a small Java program to display you name and class in two different lines.

Answers

Answered by arnavs0223
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 sp8927171
0

Explanation:

We just write a JAVA program

Similar questions