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 function called Sum that calculates and returns the sum of all numbers from 1 through the int passed to the function.
Note, Sum(1) is 1 and Sum(2) is 3 and Sum(3) is 6
Bunyan Lumber Company needs to create a table of the engineering properties of its lumber. The dimensions of the wood are given as the base and the height in inches. Engineers need to know the following information about lumber:


The owner makes lumber with base sizes of 2, 4, 6, 8 and 10 inches. The height sizes are 2, 4, 6, 8, 10 and 12 inches. Produce a table with appropriate headings to show these values and the computed engineering properties. The first part of the table’s outline is shown as follow:

Lumber Size Cross-Sectional Area Moment of Inertia Section Modulus
2 x 2
2 x 4
2 x 6
2 x 8
2 x 10
2 x 12
4 x 2
4 x 4
.
.
.
Write an application to calculate the CGPA of a student over a period of 1 – 4 years.
• Your application should be able to calculate the CGPA over an assigned duration with range of 1-4 years
• There should be 2 semesters within every year.
• Courses for each semester should always be limited to 5
• Applications should allow users to enter grades for courses taken
o Example : Course 1 : A
Course 2 : C
Course 3 : B+
• Application should be able to print output of GPA for each semester and Total CGPA
NB
• Employ the use of switch conditional statements as well within your code structure
• Additional Marks will be given for clarity, comments and proper indentation of code.
can you help me with my PROJECT (RESEARCH)...Topic: An investigation on the strategies of addressing Hiv/Aids epidemic in tourism sector
Write a program in C++ to maintain the information for a Train station regarding the arrival and departure of trains in that station. Program should have the feature for entreing information about a new train arrived or departed at any point of time during the program execution. From the maintained information following kind of reports must be generated.

Details of All Trains arrived at the station.
Details of All Trains departed from the station.
Details of All Trains arrived at the station on a particular date.
Details of All Trains departed from the station on a particular date.
Number of passengers arrived at the station on a particular date.
Number of passengers departed from the station on a particular date.
Number of All passengers arrived at the station.
Number of All passengers departed from the station.
Number of All passangers arrived the station by a given train number.
Number of All passangers departed the station by a given train number.
write a do while loop that displays numbers 1/3/5/7...11
simpale program Implement doubly linked list for integers; following methods should be implemented. void insertAtPosition(int x,int pos); //insert value x at given position void insertAtEnd(int x); //insert value at the end of the list void insertAtFront(int x); //insert value at the first position of the list void removeFromFront(); //remove element from first position void removeFromEnd(); //remove element from the end of the list void removeFromPosition(int pos); //remove element from the position given by user. After the //operation there should be no gap in the elements of list node* find(int x) const; //return the address int findPosition(int pos) const; //find at given position and return the value bool IsEmpty() const; //return true if list is empty void print() const; //print the whole list
Write a C++ program that asks for the title of the book, the price of the book and the quantity to buy for the book. Print out the title of the book. If a 20% discount is provided for buying the book, calculate and print out the discounted price for the book. Also, calculate and print out the total cost for buying the books at the discounted price.
What is accumulated profit?
Since, the Universe is said to be exspanding at an accellerated pace or rate. A. Whats the rate? And more interesting, how long in years , will it take until the Universe reaches the speed of light ??
LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS