Please I need help with this Lanuage C Beginner level Please

Please... I need help with this....

Lanuage: C++ (Beginner level)

Please leave comment (//) next to your code as detail as possible... and please attach a successful output as well.

************************************************************************************************************************************

Write program using two(2) nested ‘for’ loops to print out the values of a Multiplicaction Table 12 By 12. Output should look like Table: 12 columns and 12 rows. See example 4 above for nesting a for loop in a for loop. Make it look lined up... Hint Use the setw() function.

Solution

#include int main() { int n, i, range; printf(\"Enter an integer: \"); scanf(\"%d\",&n); printf(\"Enter the range: \"); scanf(\"%d\", &range); for(i=1; i <= range; ++i) { printf(\"%d * %d = %d \ \", n, i, n*i); } return 0; }
Please... I need help with this.... Lanuage: C++ (Beginner level) Please leave comment (//) next to your code as detail as possible... and please attach a succe

Get Help Now

Submit a Take Down Notice

Tutor
Tutor: Dr Jack
Most rated tutor on our site