Action Script | Flash | Flex | ColdFusion Answers

Questions: 296

Answers by our Experts: 143

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

Write a C program to find the sum of the series 1+ 1/2! +1/3! + 1/4! +..............+ 1/n!
Calculate the sum of even numbers from m to n
write a program which produces a simple multiplication table of the following format for integers in the range 1 - 9 :
i.e 1*1= 1
1*2= 2
9*9= 81
The manager of a pizza palace wants a program that calculate and displays the number of slices of pizza into which a circular pizza can be divided . The manager will enter the radius of the entire pizza. For this exercise use the number 14.13 as the area of pizza slice, and use 3.14 as the value of pi.
A supermarket is interested in creating an application that will enable it to offer discounts to its customers. You have been contracted based on your C# knowledge and as such you are required to create an Item class that will form the basis of the application. The information to be represented in the class is given below.
a) Create an appropriate default constructor for the class.
b) The class should be able to store the name of the item as well as its price.
c) The class should also contain an attribute that will represent the category of discount to be applied to the item. Categories range from ‘A’ to ‘C’.
d) Items in category A attract a 25% discount, while items in categories B and C attract 10% and 5% respectively.
e) Additionally, customers are also granted discount based on the quantity of items purchased. Quantities ranging from 10 – 15 will attract a 2% discount, quantities ranging from 16 – 25 will attract a 3% discount and quantities above 25 will attract a 7% discount.
f
1. Complete and hand in all the materials below
a. Input, Process and Output
b. Flow chart
c. Source code
d. Sample output

Question 1
Jamal is writing a program that figures interest on money that is held in a bank. The amount
of interest that money earns in this bank depends on which type of account the money is in.
There are 6 different types of accounts and the interest rate as follows:
Account Type Interest Rate
1. personal financial 2.3%
2. personal homeowner 2.6%
3. personal gold 2.9%
4. small business 3.3%
5. big business 3.5%
6. gold business 3.8%
The program is about to read the customer’s name, account type and the balance of money
the customer has in the bank. You need to calculate the interest earned by the customer.
The program then will display the customer’s name, the interest earned and the total balance
in the account. Fix the output for total balance (RM) into two decimal places.
Interest Earned = Balance * (Interest Rate / 1200)
Total Balance = Balance + Interest
What advantage does a circuit-switched network have over a packet-switched network? What advantages does TDM have over FDM in a circuit-switched network?
In this assignment, we will develop a tool that we can use to keep track of activities (events) – a basic electronic
planner of sorts. In order to bound the scope of the assignment, you are required to build a system that:
• will be able to add events, delete events and view events either for a specific date or for seven days starting
at a specific date.
• events will be stored in an array (set maximum size for now to be 1000).
• there can only be one event for a given date and time
• sorting, deleting and retrieving events efficiently in an array will be a major topic in your third semester
Data Structures course; for now, events will be stored in an array and do not need to be sorted. This means
we will just search sequentially through the array.
• You must write a class called Event which will handle the date/actions for a single Event. All events will
contain a date (day, month, year), time (hour, minute), activity description (String).
• All input entered from the keyboard must be fully edited for valid
i get repeated errors like: Exception in thread "main" java.lang.NoClassDefFoundError:
man can be procured from with in the organization as well as from out side the organization? Do you agree? Write the sources of procuring man power.
LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS