C# Multiplication Pattern for-loop. Need to figure out how to configure the header of a table of numbers that multiplies each time

后端 未结 0 393
南笙
南笙 2020-11-30 10:56

Here is the problem: Write a C# program that uses looping to print the following table of values

N  10*N  100*N  1000*N
1  10    100    1000
2  20    200    2         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题