C# Programs

Friday, 4 July 2014

C# OOP: Singly Linked List

›
By using C# objected-oriented concept, create a singly linked list. The singly linked list is a chain of its item. Each item contain two p...
6 comments:

C# String: English Word Prefix game

›
Write a C# program create a simple English Word Prefix game. The program starts the first two questions by asking the user to guess the ans...

combine the C# code together and test program.

›
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Projecttest { class Program { //D...

Sort records

›
  Defining the sort(student[] st, int itemcount) function to sort the records in ascending order by total scores. For the sort technique we...

Find record in the list

›
Defining the find(student[] st, int itemcount) method to find the record in the list. This method asks the user to enter the id of the stud...

C# structure: student records application

›
Exercise: Write a C# program to keep records and perform statistical analysis for a class of 20 students. The information of each student...

C# array exercise: stem leaf

›
Exercise :   Write a C# program to display an integer data set in the form of   stem and leaf . The data points are input by the user fro...
2 comments:
›
Home
View web version

About Me

Unknown
View my complete profile
Powered by Blogger.