User-submitted Projects

72
2560 reads
RandomNumberGenerator
This is the simple program of Random Number Generator... Random is a class, which generates the number randomly....
Run It Now!
56
2081 reads
DiceDice
Program that rolls either 1 or 2 dice.
Run It Now!
67
2229 reads
NumberGuessingGame
Program generates a random number between 0-100 and you have 10 tries to guess what number it is.
Run It Now!
57
4927 reads
FizzBuzzFizzBuzz
The program prints numbers 1 - 100, but: if the number is a multiple of 3, it will print "Fizz" if the number is a multiple of 5, it will print "Buzz" if the number is a multiple of both 5 and 3, i
FizzBuzzFizzBuzz

Run It Now!
50
2353 reads
sum_of_even_nums
If the limit is 10 then the program should print the sum of odd numbers from 1 to 10 i.e. 2 + 4 + 6 + 8 + 10 = 30 So the program should print 30.
sum_of_even_nums

Run It Now!
79
1905 reads
Solution_of_Dinning_Philosopher_Problem
Problem Statement Five silent philosophers sit at a table around a bowl of spaghetti. A fork is placed between each pair of adjacent philosophers. Each philosopher must alternately think and eat.
Solution_of_Dinning_Philosopher_Problem

Run It Now!
61
3024 reads
ZigZag
ZigZag Scan Pattern
Run It Now!
49
1858 reads
Addition
simple addition
Run It Now!
60
2304 reads
logic1
1 2 3 4 5 2 3 4 5 3 4 5 4 5 5 LOGIC
logic1

Run It Now!