Q1. Write a QBasic program to display the simple message – "Believe in yourself and the world will be at your feet"
Answers
Answered by
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