Programming Code (840)
Scripts_Markup Code (257) Write a program. there are 1..n numbers placed in an array in random fashion with one integer missing. find the missing number.
1 6719Write a program to count 3Letter, 4Letter and 5Letter words from a file and print the number of 3Letter, 4Letter and 5Letter words. Delimiter is space, tab, hifen. Also we should not consider the line in the file after we encounter # in that line.
7913Write a program to input an integer and - display the reverse - display the sum of each digit - should include logic that considers the input number as any number of digits long
2 13766write 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
27111. Write a program that performs the following. The user inputs a number and then enters a series of numbers from 1 to that number. Your program should determine which number (or numbers) is missing or duplicated in the series, if any. For example, if the user entered 5 as the initial number and then entered the following sequences, the results should be as shown. Input Sequence Output ---------------------- --------------- 1 2 3 4 5 Nothing bad However, if 7 were the high number, the user would see the results on the right for the following number entries: Input Sequence Output ---------------------- --------------- 1 3 2 4 5 Missing 6 Missing 7 And if 10 were the high number and the user entered the numbers shown on the left, note the list of missing and duplicate numbers: Input Sequence Output ---------------------- --------------- 1 2 4 7 4 4 5 10 8 2 6 Duplicate 2 ( 2 times) Missing 3 Duplicate 4 ( 3 times ) Missing 9
1 13145Could u please tell me any UNIX scripts that 'll lead to find the network latency of the servers.?or else any unix command to find the network latency of a server?Thnx in advance...
2165Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.
ADP, Amazon, HCL, IBM, Infosys, Satyam, TCS, Vimukti Technologies,
5 17094
Code for Adding Scripting Support to an Application?
how to pass data between pages using Frames
What is full form of PEPSI
c# code to Count number of 1's in a given range of integer (0 to n)
How can I Create a C program in splitting set of characters to specific subsets. Example: INPUT SET OF CHARACTERS: Therefore, my dear brothers and sisters, stand firm. Let nothing move you. Always give yourselves fully to the work of the Lord, because you know that your labor in the Lord is not in vain. SPLIT INTO HOW MANY CHARACTERS PER SUBSETS: 10 OUTPUT: Therefore, my dear b rothers an d sisters, stand fir m. Let not hing move you. Alway s give you rselves fu lly to the work of t he Lord, b ecause you know that your labo r in the L ord is not in vain.
How to print sum of the numbers starting from 1 to 100?
How to check if Folder is a Special Shell Folder ?
Devise a program to implement the Fibonacci sequence.
How can you apply a DTD to an XML document?
could you please teach me how to program an income tax using functions
Can I replace HTML with XML?
how to copy form data between different pages
how to get the User's Time of Day
Write Down Steps Using SAX Parser
What is the output, suppose list1 is [1, 3, 2], what is list1 * 2 ?