All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class benno.homework.MAS3200107b

java.lang.Object
   |
   +----benno.homework.MAS3200107b

public class MAS3200107b
extends Object
This is for 3rd year Number Theory, coursework 1, question 7


Constructor Index

 o MAS3200107b()

Method Index

 o gcd(int, int)
returns gcd of (a,b)
 o main(String[])

Constructors

 o MAS3200107b
 public MAS3200107b()

Methods

 o main
 public static void main(String args[])
 o gcd
 public static int gcd(int a,
                       int b)
returns gcd of (a,b)


All Packages  Class Hierarchy  This Package  Previous  Next  Index