Project Work Class - 9 Computer Applications: Hint: No. of Share (Annual Dividend 100) / (Nominal Value
Project Work Class - 9 Computer Applications: Hint: No. of Share (Annual Dividend 100) / (Nominal Value
Project Work Class - 9 Computer Applications: Hint: No. of Share (Annual Dividend 100) / (Nominal Value
Class –9
Computer Applications
Distance Rate
Up to 5 km ₹ 100
Distance Rate
Up to ₹ 2,50,000 Nil
(TI - 10,00,000) * 3
More than ₹ 10,00,000
94,000
The user enters floor number and gets the information regarding
different items of the Mega shop. After shopping, the customer
pays the amount at the billing counter and the shopkeeper prints
the bill in the given format:
11) Write a program to input Principal (p), Rate (r) and Time (t).
Calculate and display the amount, which is compounded annually
for each year by using the formula:
Simple Interest (si) = (prt) / 100
p = p + si
[Hint: The amount after each year is the Principal for the next
year]
12) Write a menu driven class to accept a number from the user
and check whether it is a Palindrome or a Perfect number.
(a) Palindrome number: (A number is a Palindrome which when
read in reverse order is same as in the right order)
Example: 11, 101, 151 etc.
(b) Perfect number: (A number is called Perfect if it is equal to the
sum of its factors other than the number itself.)
Example: 6 = 1 + 2 + 3
(a)
1
21
321
4321
54321
b) 1 2 3 4 5
1234
123
12
1
13579
1357
135
13
1
9
79
579
3579
13579
1
23
456
7 8 9 10
11 12 13 14 15
---------------------------------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxx-------------------------------------------