Dot Net Code (114)
Visual Basic Code (11)
Programming Code AllOther (62) write a c program, using for loop, that accepts and odds two numbers. The output must be the sum and the addens. This should be repeated 5 times while the first number is decremented by one and the second number is incremented by 1.
2 9220can any body give me answer to this question please? please give me code in cl with the folling specifications. 1.Accept 2 parameters-date and date type 2.If date type is J then convert date to *MDY format 3.If date type is M convert date to *JUL format 4. Send a program message with the value of converted date? Please give me the answer.Because im practicing in my house.Im taking trining on AS/400.
2176How many digit have a Polaris 1995 300c.c. 2x4 nad how many have a Polaris 2007 300 c.c 2x4? And what site I can check this information???
2545how to take time as input in the format (12:02:13) from user so that controls remains between these columns?
2230Extend the sutherland-hodgman clipping algorithm to clip three-dimensional planes against a regular paralleiepiped
IBM,
1 6345Set up procedure for generating a wire frame display of a polyhedron with the hidden edges of the object drawn with dashed lines
IBM,
3488Given a spherical surface, write bump-mapping procedure to generate the bumpy surface of an orange
3310Write a program to implement the motion of a bouncing ball using a downward gravitational force and a ground-plane friction force. Initially the ball is to be projected in to space with a given velocity vector
2 13268
write a program using 2 D that searches a number and display the number of items 12 inputs values input 15,20, 13, 30, 38, 40,16, 18, 20 ,18 ,20 enter no. to search : 20
Can we change the validator-rules.xml for our own validations in struts??
How to Link Different Data Sources Together?
write a program that creates a sequenced array of numbers starting with 1 and alternately add 1 and then 2 to create the text number in the series , as shown below. 1,33,4,6,7,9,............147,148,150 Then , using a binary search , searches the array 100 times using randomly generated targets in the range of 1 to 150
Given a spherical surface, write bump-mapping procedure to generate the bumpy surface of an orange
Write a Program to find whether the given number is a Armstrong number.
Definition of priority queue was given. We have to implement the priority queue using array of pointers with the priorities given in the range 1..n. The array could be accessed using the variable top. The list corresponding to the array elements contains the items having the priority as the array index. Adding an item would require changing the value of top if it has higher priority than top. Extracting an item would require deleting the first element from the corresponding queue. The following class was given: class PriorityQueue { int *Data[100]; int top; public: void put(int item, int priority); // inserts the item with the given priority. int get(int priority); // extract the element with the given priority. int count(); // returns the total elements in the priority queue. int isEmpty(); // check whether the priority queue is empty or not. }; We had to implement all these class functions.
What is the functionality of EnumWindows?
Bubble Sort. java thereafter the user will be asked to inpout the size of the list,sort the list in ascending order and display the sorted list in a horizontal manner???
Set up procedure for generating a wire frame display of a polyhedron with the hidden edges of the object drawn with dashed lines
How to find the list of users who have two codes su01 and pfcg? thank in advance all.
Code for Method of Handling Factorials of Any Size?
write a program in java to find the moving average of all prime numbers between 2 and 100.
write a program to calculate the amount of investment after a period n years if the principal investors was p and interest is calculated using compound interest,formular=a=p(1+r)^n