Computer Science, asked by elanjimootil123, 3 months ago

Write a program that prints the following text:

WE NEED

TO LEARN PYTHON

AS QUICKLY AS POSSIBLE​

Answers

Answered by ashi200437
1

Answer:

public class prgprin

{

public static void main (String[]args)

{

System.out.println("We need to learn python as quickly as possible");

}

}

Similar questions