Write a program that prints the following text:
WE NEED
TO LEARN PYTHON
AS QUICKLY AS POSSIBLE
Answers
Answered by
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