User-submitted Projects

121
2902 reads
Ram2

#include
using namespace std;
#include
#include

int main()
{
float a,b,c,d,e,f,g,h,i,j,n,sum,sub,mul,div;
cout<<"enter a value for a = ";
cin>>a;
cout<<"enter a


Run It Now!
121
3080 reads
karthik's picture

Submitted by

karthik
BINGO_Game_VS_computer
INSTRUCTIONS 1>You should write down an N*N matrix in a sheet with numbers starting from 1 and ending with N*N randomly, 2>You should scratch a number in random and enter that number in computer 3>
BINGO_Game_VS_computer

Run It Now!
121
2949 reads
MrGenius's picture

Submitted by

MrGenius
Dynamic Method Invocation
The below example demonstrates Dynamic method Invocation in struts 2 framework.
Dynamic Method Invocation

Run It Now!
120
1738 reads
swaping_without_third_var(1.0)
we often used third variable for swapping i use such type of concept that without using third variable i swaped two values.....


Run It Now!
120
2328 reads
matemisic's picture

Submitted by

matemisic
Tags:

Temperature_Conversion
This is my first project bigger than Hello World. It works on my windows xp sp3 but I get error about Sleep here.
Run It Now!
120
1420 reads
adminguy's picture

Submitted by

adminguy
Tags:

For loop
below program demonstrates how to use for loop in VB.
Run It Now!
120
3243 reads
Merge Sort

Merge Sort
What is Merge Sort algorithm? How to implement Merge Sort in C++?


Run It Now!
120
2107 reads
Creating the Model
The below example demonstrates creating a model in struts framework. In this example Customer can make order that is stored in session variable.
Creating the Model

Run It Now!
120
2430 reads
Using TokenSession Interceptor
The below example demonstrates Preventing Double Submits in Struts 2. In this example you will see how to prevent double submit to the form using tokensession interceptor.
 Using TokenSession Interceptor

Run It Now!
Make & share a project and showcase your talent to the world!