Amount
for the year
AMOUNT
Payments
Receipts
4,800
83,200
Balance bld
Subscriptions:
2016-17
2017-18
2018-19
Entrance Fees
Lockor Rent
Revenue from Refreshment
7,200
3,37,600
12,000
41,000 Salaries and Wages :
2016-17
2017-18
Sundry Expenses
3,56,800 Freehold Land
16,000 Stationery
58,000 Rates
48,000 Refreshment Expenses
Balance old
5,19,800
88,000
37.000
2,64,000
16,000
24,000
37.500
53,300
5,19,800
The following additional information is provided to you:
1. There are 1,800 members each paying an annual subscription of 200, 78,000 we
in arrears for 2016-17 as on April 1, 2017,
2. On March 31, 2018 the rates were prepaid to June 2018; the charge paid every y
being *24,000.
3. Stock of stationery as on March, 31, 2017 was 32,000; on March 31, 2018, it
33,600.
4. On 31st March, 2017 Building stood at 4,00,000 and it was subject to deprecia
@ 2.5% p.a.
Answers
Answered by
0
Answer:
#include<stdio.h>
#include<conio.h>
void main()
{
int a,b;
int multiplication;
clrscr();
printf("Enter the first number");
scanf("%d", &a);
printf("Enter the second number");
scanf("%d", &b);
multiplication = a*b;
printf("The Total is %d", multiplication);
getchar();
}
Similar questions
Physics,
1 month ago
English,
1 month ago
Math,
1 month ago
Social Sciences,
3 months ago
Environmental Sciences,
3 months ago
Physics,
9 months ago