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:
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
English,
28 days ago
World Languages,
28 days ago
CBSE BOARD X,
9 months ago
Math,
9 months ago
English,
9 months ago