write a program that prompt the user to enter his height and weight,then calculate the body mass index and show the algorithm used
4633write a program that calculate the volume of cylinder after user enters radius and height and show the algorithm used
1 10112write a program to calculate the radius for a quadratic equation use modular programming(function abitraction)hint use quadratic function
1 4387write a program to convert temperature from fa height into celcius and vise versa,use modular programming
2734write 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
2622solve 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)
3188write 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
2861which 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.
3980respected 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 4726
Given a spherical surface, write bump-mapping procedure to generate the bumpy surface of an orange
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
Could 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...
Give me some tips in c#?
What is the functionality of EnumWindows?
i have a gird with columns all are coming from database,this will bind in item templete in gridview as textboxex.and i have button below named Update.i want to update all the records in the grid,but if user change the value of one textbox,what is the easy way 2 do this
How to get one hasmap value in another hashmap ,only value not key
How to update and insert from datagridview at run time in excel database?
Write a program that implements a date class containing day, month and year as data members. Implement assignment operator and copy constructor in this class.
What is the coding about how to recognize color in fuzzy logic using Matlab R2009b?
how to track links visited in google using iframes
What is the functionality of GetWindowText?
Write Down Steps Using SAX Parser
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 Check if Folder Exists?