Computer Science, asked by moupiya20, 1 year ago

write a programme in qbasic to print this- # *# #*# *#*#​

Answers

Answered by srinath52
0

Explanation:

REM

CLS

PRINT"#*##*#*#*#";

END

Answered by pallab104
0

Explanation:

  1. Just take variables a and b and take input from the user and store it in a. And use the loop structure
  2. While(a>=b) {b=1

Printf("#") a++ }

Similar questions