Problem: Write a program that generates and displays the multiplication table of a number provided by the user. The table should be displayed from 1 to 10. Use a do-while loop to print the ...
flowchart TD A[Start] --> B[Initialize] B --> C[number = 2] C --> D[i = 1] D --> E{Is i <= 10?} E -- Yes --> F[result = number * i] F --> G[Print number + " x " + i ...
一部の結果でアクセス不可の可能性があるため、非表示になっています。
アクセス不可の結果を表示する