As a beginner to c#, I have a problem with code loops and variable coverage when writing 9*9 multiplication tables,
!
The first step of the loop is 1 times 1=1, then q++ is 2, w++ is 2;
The second loop should not output 2 times 2=4, why is the value of w not overwritten instead of starting the loop from 1? Output 2 times 1=2 2 times 2=4
0 Answer
No answer yet
这家伙很懒,什么都没留下...