1.write a program to the cost of tiling a rectangular plot of land 500m long and 200m wide at the rate of rs 80 per hundred sq m.
2.evaluate the following expression
int a, mb=2, k=4;
a=mb*3/4+k/4+8-mb+5/8
3.write a program to calculate the circumference of the circle(2πr) and surface area of the sphere(4/3πr2)
4.suppose A, B, C are integer variables A=3, B=3, C=-5 and X, Y, Z are floating point variables where X=8.8, Y=3.5, Z=-5.2 determine the value of the following expressions
a) A%C
b) (A*C) %B
c) X/(X+Y)
d) A*B/C
e) X/Y
5.A charity animal hospital has received 1193 packets. Write a program that displays how many dozens of packets and how many extra packets has the hospital received ( A dozen = 12 units)
Answers
Answered by
1
Answer:
1 answer is 112000 rs of total cost
Similar questions