This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am timdaub on github. | |
* I am timdaub (https://keybase.io/timdaub) on keybase. | |
* I have a public key ASBpo1GqSfo9dfcXjFm7MjzM9ZDYqn_9GLt3GoeWzuMe-Qo | |
To claim this, I am signing this object: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.util.Scanner; | |
class Javainsel { | |
public static void main(String[] args) { | |
boolean hatKnelt, tutNopeln, tutManuseln, loepst; | |
Scanner scanner = new Scanner(System.in); | |
System.out.println("Um Fragen mit 'Ja' zu beantworten, gib 1 ein."); |