Package mypkg

Class SayHello

java.lang.Object
mypkg.SayHello

public class SayHello
extends java.lang.Object
Class used for COP-2805C git and GitHub project.
  • Constructor Summary

    Constructors
    Constructor Description
    SayHello()  
  • Method Summary

    Modifier and Type Method Description
    static void main​(java.lang.String[] args)
    Displays greetings for all students.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SayHello

      public SayHello()
  • Method Details

    • main

      public static void main​(java.lang.String[] args)
      Displays greetings for all students. When done, displays a count of students who edited this file.
      Parameters:
      args - - Unused