Dot Net Code (114)
Visual Basic Code (11)
Programming Code AllOther (62) write a program that prompt the user to enter his height and weight,then calculate the body mass index and show the algorithm used
4821write a program that calculate the volume of cylinder after user enters radius and height and show the algorithm used
1 10501write a program to calculate the radius for a quadratic equation use modular programming(function abitraction)hint use quadratic function
1 4774write a program to convert temperature from fa height into celcius and vise versa,use modular programming
2988write 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
2824solve the problem in the programming language C++"if a five digit number is input through the keyboard.Write a program to calculate the sum of its digits(hint: use the modulus operator)
3365write a c program which takes 20 numbers in an array as input from user and rearrange them in two different array defining even or odd
3080which function is used to clear the buffer stream on gcc?
for example:
I wrote following code on gcc
#include
Using C# 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 The program should check the high number that the user inputs to ensure that it does not exceed the size of any array you might be using for storage.
4203respected sir, i did my MCA in 2013 when i am going to attend to an interview i was asked about my project how will i explain my project could please help me in this and my project title is "Social Networking Site For Social Responsibility"
1 5064
Write a simple encryption program using string function which apply the substitution method.
write a function that reverse the elements of an array in place.The function must accept only one pointer value and return void.
What is the functionality of GetDesktopWindow?
In java, why do we set thread priority, when we know that there is no guarantee by which a thread should be execute?
How to use Client-side Script to Focus Controls in ASP.NET?
how to insert fname,lname,designation values into database while click on the submit button using windows authentication mode?
Given a table of the form: Product Sold on A 1/1/1980 B 1/1/1980 C 1/1/1980 A 1/1/1980 B 1/1/1980 C 2/1/1980 A 2/1/1980 There are 30 products and 10,000 records of such type. Also the month period during which sales happened is given to u. Write the program to display the result as: Product Month No. of copies A January 12 A February 15 A March 27 B January 54 B February 15 B March 10 C January 37
how exactly is the lngColour used?
Code for Searching for Multiple Matches with the MatchCollection Class?
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
Give me some tips in c#?
1.Why does only one copy of a servlet object get created? What happens if you want to remove an old servlet object currently running but do not want to stop the entire servlet engine? 2.How does one servlet object deal with interactions from many browser? (e.g. if your servlet ran an email site, how can it keep track of hundreds of users logging in, reading their mail, etc.)
What is Generic" J2ME architecture?
what are the other loops except for for,while,do while and until?
What is the coding about how to recognize color in fuzzy logic using Matlab R2009b?