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
4866write a program that calculate the volume of cylinder after user enters radius and height and show the algorithm used
1 10613write a program to calculate the radius for a quadratic equation use modular programming(function abitraction)hint use quadratic function
1 4875write a program to convert temperature from fa height into celcius and vise versa,use modular programming
3024write 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
2864solve 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)
3429write 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
3115which 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.
4262respected 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 5149
What is data _null_? ,Explain with code when u need to use it in data step programming ?
Write a Program for matrix multiplication.
i don't know about working of nested for loop can any one help me
How to find No of classes,Packages,No of Methods per Classes and Depth of Inheritance for selecting source code in windows form application using c# .net? (Source code is input Program. It may be Java or .net) Please help me..) Thanks..)
Code for IP Address Comparison and Conversion in C#?
What is full form of PEPSI
What is the functionality of EnumChildWindows?
Write a Program to find whether the given number is a Armstrong number.
What is the match merge ? compare data step match merge with proc sql merge - how many types are there ? data step vs proc sql
3. Program to find the Sum of give series. a. (1)+(1+2)+(1+2+3)+(1+2+3+4)+……………………………….. b. 1/1+1/9+1/25+1/49+……………...
output for printf("printf");
ArrayList declaration in .net
What is the functionality of SetForegroundWindow?
In java, why do we set thread priority, when we know that there is no guarantee by which a thread should be execute?
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