pseudocode to program

so there this pseudocode from which i need to write a simple c++ program but i cant seem to understand what its supposed to do:

R=1
C=1
while (r<=3)do
begin
if (r=c) then
display "x"
else
display "V"
End-if
V=r*c
display "v"
C=c+1
End-while
R=r+1
End-while
End

please help!
Topic archived. No new replies allowed.