Personal tools
You are here: Home Comp 170 Introduction to OOP Course Materials Some C# Code, Fragments, Examples Comp170 Standard C# Header
Navigation
Log in


Forgot your password?
 
Document Actions

Comp170 Standard C# Header

by Dr. William L. Honig last modified 2014-10-20 06:32 PM

Complete these comments at the start of every program file

Click here to get the file

Size 1 kB - File type text/x-csharp

File contents

/*Comp 170 Standard C# Header
 *Assignment name: <enter number and name of assignment here>
 *LUC id and Name <your LUC email id here> - <your full name here>
 *Date <date you began working on this program>
 *
 *<Description of the program - use as many lines as needed>
 *
 *Questions: <questions or comments for the grader (problems, changes, etc.) - say NONE if none>
 * 
 * 
 */

using System;

namespace StandardHeader
{
	class MainClass
	{
		public static void Main (string[] args)
		{
			Console.WriteLine ("Hello World!");
		}
	}
}
« June 2025 »
Su Mo Tu We Th Fr Sa
1234567
891011121314
15161718192021
22232425262728
2930
 

Powered by Plone CMS, the Open Source Content Management System

This site conforms to the following standards: