Programming Code (840)
Scripts_Markup Code (257) write a c program to Create a registration form application by taking the details like username, address, phone number, email along with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 5 users and display the details. In place of password display “****”. (Use Structures).
10794write a program that reads a series of strings and prints only those strings begging with letter "b"
3129Write a C program that defines a 2-dimentional integer array called A [50][50]. Then the elements of this array should randomly be initialized either to 1 or 0. The program should then print out all the elements in the diagonal (i.e. a[0][0], a[1][1],a[2][2], a[3][3], ……..a[49][49]). Finally, print out how many zeros and ones in the diagonal.
2 6760write 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
2864
can we pass variable in array to traverse it?
function to combine two or more arrays
Write a python program to swap the first and last value of a list?
How can restrict user to type upto 8 characters in textbox in php?
What is a StAX Parser?
write a code to generate pseudorandom numbes
Code for Using Keyboard Events?
Write a python program to count the number of digits in a number?
code to detect versions of different browsers like internet explorer, netscape, mozilla, opera etc
How to Link Different Data Sources Together?
sample code to auto focusing the first field in a form
How to run the Result Intemation System project in java for collage student in which result of internal exam marks send on parents mobile using SMS? what software required to run this project? please reply immediately...
What is XML Element?
write a simple calculator c program to perform addition, subtraction, mul and div.
Write a python program to count the number of vowels in a string?