Computer Science, asked by manojkumar4978503, 2 days ago

IN THE LAB Create QBasic programs to do the following: 1. To display thought of the day up to 5 times.​

Answers

Answered by aryan418436
0

Answer:

I think you remember this image

Explanation:

please mark me as brainlest

Attachments:
Answered by Samriddhi678
0

Answer:

CLS

PRINT "Enter thought of the day"

INPUT Thoughtoftheday$

PRINT ""; Thoughtoftheday$

PRINT "Do you want the thought of the day printed again? If yes click 1"

INPUT answer

IF answer = 1 THEN

   PRINT ""; Thoughtoftheday$

END IF

PRINT "Do you want the thought of the day printed again? If yes click 1"

INPUT answer

IF answer = 1 THEN

   PRINT ""; Thoughtoftheday$

END IF

PRINT "Do you want the thought of the day printed again? If yes click 1"

INPUT answer

IF answer = 1 THEN

   PRINT ""; Thoughtoftheday$

END IF

PRINT "Do you want the thought of the day printed again? If yes click 1?"

INPUT answer

IF answer = 1 THEN

   PRINT ""; Thoughtoftheday$

END IF

PRINT "Do you want the thought of the day printed again? If yes click 1"

INPUT answer

IF answer = 1 THEN

   PRINT ""; Thoughtoftheday$

END IF

END

Explanation:

The $ sign is used for Letter variables. Hope this helps. Please mark me as brainliest

Similar questions