can someone show me create a C program that displays a multiplication table, with 5rows and 5 columns?
Create a C program that displays multiplication tables, with 5rows and 5columns. The table data should be right aligned, and row and column index numbers should be displayed. The program must also support generating multiple tables, until the user chooses to exit the program. thanks nonono, maybe i should have put up my code so someone would help correct it, i didnt think of dat maybe i would have gotten an answer but anyway i figured it out myself. so thanks guys for nothing..lol
Public Comments
- I won't do your homework for you, but formatting asside you just need to get a table displayed. It's easy to calcuate the table elements. Go ahead and try it yourself. I believe in you.
- easy to go , just declare 2 variables, put them in 2 loops with a counter to 5, a loop inside another, multiply the values and print them ... good luck
- Show your code.maybe then i'll be able to help. nobody is going to write you complete program.
Powered by Yahoo! Answers