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).
10779write a program that reads a series of strings and prints only those strings begging with letter "b"
3120Write 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 6738write a program that prompt the user to enter his height and weight,then calculate the body mass index and show the algorithm used
4860write a program that calculate the volume of cylinder after user enters radius and height and show the algorithm used
1 10600write a program to calculate the radius for a quadratic equation use modular programming(function abitraction)hint use quadratic function
1 4863write a program to convert temperature from fa height into celcius and vise versa,use modular programming
3020write 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
2860
code to images to rollover
write a program in java to solve a system of n-variabled simultaneous equations using the guassian elimination method. let the maximum possible value of n be 100. run the program using hypothetical values for a set of 10- variables simultaneous equations. print out the program, the input equation and the results generated by the program.
Code for Two Classes for Doing Gzip in Memory?
how to create a Draggable element
3) Int Matrix of certain size was given, We had few valu= es in it like this. =97=97=97=97=97=97=97=97=97=97=97 1 = | 4 | | 5 | &= nbsp; | 45 =97=97=97=97=97=97=97=97=97=97=97 &n= bsp; | 3 | 3 | 5 | = | 4 =97=97=97=97=97=97=97=97=97=97=97 34 |&nbs= p; 3 | 3 | | 12 | &= nbsp; =97=97=97=97=97=97=97=97=97=97=97 3 | &nbs= p; | 3 | 4 | = | 3 =97=97=97=97=97=97=97=97=97=97=97 3 | = ; | | | = ; 3 | =97=97=97=97=97=97=97=97=97=97=97 &= nbsp; | | 4 | = ; | 4 | 3 We w= ere supposed to move back all the spaces in it at the end. Note: = If implemented this prog using recursion, would get higher preference.
What is a well formed XML document?
maximizing the main window
c# code to Count number of 1's in a given range of integer (0 to n)
What is the meaning of version in XML?
What is SAX in XML?
Can we have empty XML tags?
Code for Creating a Form Using PlaceHolder Controls?
A suduco given & u hv 2 check if it is incomplete(blanks left),or correct or incorrect
write a program that can LOCATE and INSERT elements in array using c++ programming languages.
How comment can be represented in XML?