-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMSWord.java~
42 lines (38 loc) · 890 Bytes
/
MSWord.java~
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/**
* Beschreiben Sie hier die Klasse MSWord.
*
* @author Götz und Dominik
* @version 9.11
*/
public class MSWord
{
// Instanzvariablen - ersetzen Sie das folgende Beispiel mit Ihren Variablen
private int x;
private int rating;
private String word;
/**
* Konstruktor für Objekte der Klasse MSWord
*/
public MSWord()
{
// Instanzvariable initialisieren
x = 0;
}
/**
* Ein Beispiel einer Methode - ersetzen Sie diesen Kommentar mit Ihrem eigenen
*
* @param y ein Beispielparameter für eine Methode
* @return die Summe aus x und y
*/
public int beispielMethode(int y)
{
// tragen Sie hier den Code ein
return x + y;
}
public int rating()
{
score = 0;
// this.word wird bewertet
return score;
}
}