write a program to calculate the sum of the numbers occuring in the multiplication table of 15 in c
Answers
Answered by
2
Explanation:
hope it help u
mark me Branilest
Attachments:
![](https://hi-static.z-dn.net/files/d25/e512684f02d6353f5a0e5caf5c010850.jpg)
![](https://hi-static.z-dn.net/files/dc6/749c11c77b3a8694e862d08e53fc9455.jpg)
Answered by
2
Explanation:
#include <stdio. h>
using namespace std;
int main(int argc, char *argv[])
{
int multi1,multi2;
printf ("Multiplication Table from 1 to 10\n\n" );
printf (" X" );
for (multi2 = 1 ; multi2 <= 10; multi2++ )
Similar questions
Math,
1 month ago
Physics,
1 month ago
CBSE BOARD X,
11 months ago
Math,
11 months ago
English,
11 months ago