Computer Science, asked by pranjalisharma212043, 4 days ago

Q1. Write a QBasic program to display the simple message – "Believe in yourself and the world will be at your feet" ​

Answers

Answered by sreyansranjan30
2

Explanation:

public class Thought

{

public static void main ()

{

System.out.println(" Believe in yourself and the

world will be at your feet");

}

}

Similar questions