write a programme in qbasic to print this- # *# #*# *#*#
Answers
Answered by
0
Explanation:
REM
CLS
PRINT"#*##*#*#*#";
END
Answered by
0
Explanation:
- Just take variables a and b and take input from the user and store it in a. And use the loop structure
- While(a>=b) {b=1
Printf("#") a++ }
Similar questions