User-submitted Projects

36
224 reads
dninja95's picture

Submitted by

dninja95
Tags:

Enhanced From:The Online Pizza Store
The online pizza order example below demonstrates how to use sessions to save data between requests.The example allows the user to order the pizza's from the given options and displays the billing inf


Run It Now!
27
109 reads
cassia's picture

Submitted by

cassia
Tags:

Swapping Number
This program code swape the number and then display number.
Run It Now!
26
270 reads
Nelly's picture

Submitted by

Nelly
Tags:

ReverseNumber.c
This program code Reverse the number and then display the number.
Run It Now!
22
225 reads
tinkerton74's picture

Submitted by

tinkerton74
Tags:

Print Integer
This program first inputs an integer and then prints it. Input is done using scanf function and number is printed on screen using printf.
Run It Now!
22
197 reads
duffchick5842's picture

Submitted by

duffchick5842
Tags:

Print Pyramid
This program code takes user input for number of rows and then display pyramid shape on output window.
Run It Now!
35
259 reads
duffchick5842's picture

Submitted by

duffchick5842
Tags:

Print Diamond
This program code takes input for number of rows and then display diamond shape on output window.
Run It Now!
27
244 reads
gnomie's picture

Submitted by

gnomie
Tags:

Prime Number
This program code check whether number is prime or not.
Run It Now!
30
155 reads
gnomie's picture

Submitted by

gnomie
Tags:

Pascal Triangle
This program code takes input number of rows and then it display Pascal Triangle on ouput window.
Run It Now!
38
160 reads
leonx's picture

Submitted by

leonx
Tags:

Palindrom Number
This program to check whether a number is palindrome or not first we reverse it and then compare the number obtained with the original, if both are same then number is palindrome otherwise not.
Run It Now!
40
168 reads
leonx's picture

Submitted by

leonx
Tags:

Math Operation
This program code compute Math operation and display on console screen.
Run It Now!