de.hska.java.aufgaben.kontrollstrukturen
Class GeometrischeReihe

java.lang.Object
  extended by de.hska.java.aufgaben.kontrollstrukturen.GeometrischeReihe

public class GeometrischeReihe
extends java.lang.Object

Zur Berechnung des Grenzwertes der Reihe 1/1 + 1/2 + 1/4 + 1/8 + 1/16 + ...

Zurück zum Aufgabentext

Author:
pape

Constructor Summary
GeometrischeReihe()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeometrischeReihe

public GeometrischeReihe()
Method Detail

main

public static void main(java.lang.String[] args)


(c) Prof. Dr. Christian Pape --- Übersicht aller Java-Programmieraufgaben