Computer Science, asked by prashisharma, 1 month ago

wap to print the following pattern
R R R R
Α Α Α
T T
S​

Answers

Answered by Nickname09
0

Answer:

PRINT " R R R R "

PRINT " A A A "

PRINT " T T "

PRINT " S "

END

Explanation:

PRINT Command Is used to print it and end command is used to end the program

Similar questions