All Packages Class Hierarchy This Package Previous Next Index
Class Luv
java.lang.Object
|
+----Luv
- public class Luv
- extends java.lang.Object
This class is a very old and silly program invented by
Robert D. Parslow, UK
to demonstrate how to read and write data and how
respond differently to it. Also how to write a loop.
Constructor Index
-
Luv()
-
Method Index
-
doit()
- A Sample subprogram with a loop, input, output, and
a little bit of string handling.
-
main(String[])
- Application Starting point
Uses "doit()" to get the work done.
Constructors
Luv
public Luv()
Methods
main
public static void main(java.lang.String argv[])
Application Starting point
Uses "doit()" to get the work done.
Demonstration of calling a subprogram in the same class.
doit
public static void doit()
A Sample subprogram with a loop, input, output, and
a little bit of string handling. This program tries
to get you to say that you love it, and won't stop until
you do.
Used by "main" when called as an application
All Packages Class Hierarchy This Package Previous Next Index