C# Class AdvancedAlgorithms.Template

Rod Howarth - n6294685 Team14
Show file Open project: RodH257/Advanced-Algorithm-Problems

Public Methods

Method Description
GetSplitInts ( ) : int[]
GetSplitInts ( string input ) : int[]
ReadInt ( ) : int

Private Methods

Method Description
Main ( string args ) : void

Method Details

GetSplitInts() public static method

public static GetSplitInts ( ) : int[]
return int[]

GetSplitInts() public static method

public static GetSplitInts ( string input ) : int[]
input string
return int[]

ReadInt() public static method

public static ReadInt ( ) : int
return int