How to find the list of users who have two codes su01 and pfcg? thank in advance all.
i don't know about working of nested for loop can any one help me
program for straight line(y=mx+c)
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
Is there any static classes are in java give some examples
Given a string=”me,I,myself”; .Using javascript only create an array out of this string and then send a POST request to the url “record.php” without reloading the page. The post key parameters should be n1,n2 and n3 respectively.
plz send code for Ecorps in j2ee frontend:J2EE Backend: DB2 Express
How to export 2 datatables of a single dataset to 2 different worksheets of a single MSExcel file ?
write a c program to input initial & final time in the format hh:mm and find the time intervel between them? Ex inputs are initial 06:30 final 00:05 and 23:22 final 22.30
i really need help about this.. write a program to display the set of odd and even numbers separately. find the highest and lowest value of the given numbers.
What are the advantages of XML DOM Document?
Write a function which accepts list of nouns as input parameter and return the same list in the plural form. Conditions: i) if last letter is r then append s ii) if word ends with y then replace it by ies iii) call this function in main() and produce the required output. for eg:- if chair is input it should give chairs as output.
how to insert fname,lname,designation values into database while click on the submit button using windows authentication mode?
c# code to Count number of 1's in a given range of integer (0 to n)
Write a function to efficiently convert a floating point number to a rational number. For example, given 0.125 return "1/8"