User-submitted CSharp Projects

184
2665 reads
ram16

/*Simple program for single dimensional array */

class Test

{
static void Main()
{
//array of integers
int[] nums = new int[5];
// Array of s


Run It Now!
184
3154 reads
ram14

// Program to understang go-to control

using System;
class dowhile1
{

public static void Main()
{

Console.WriteLine("What is your name?


Run It Now!
183
3716 reads
DanielBute's picture

Submitted by

DanielBute
178
2528 reads
ram7

using System;
public class ManyMethods
{
public static void Main()
{
//Get the values
double value1 = GetNumber();
double value2 = GetNumber();

//Do division
Division(value1,


Run It Now!
177
2190 reads
ram 1
// Quite a "cheaty" way to display Pi up to a certain nymber of decimal palces (up to 14).
Run It Now!
165
3979 reads
ReverseString
A simple code to reverse an inputted string.
Run It Now!
165
1997 reads
TerryHaycox's picture

Submitted by

TerryHaycox
160
2125 reads
sanchi's picture

Submitted by

sanchi
Tags:

programming
dis projet cantains the c# programming
Run It Now!
143
2151 reads
cp34's picture

Submitted by

cp34