View difference between Paste ID: Pex1urAR and ntrVUNMV
SHOW: | | - or go back to the newest paste.
1-
/**
1+
package com.nciatronTg.shankshock.foobar;
2-
 * @(#)Convo.java
2+
3-
 *
3+
import java.util.Scanner;
4-
 *
4+
5-
 * @author
5+
public class Main {
6-
 * @version 1.00 2011/11/20
6+
7-
 */
7+
	/**
8
	 * @param args
9-
import java.util.*;
9+
	 */
10-
public class Convo
10+
	public static void main(String[] args) {
11
		// TODO Auto-generated method stub
12-
{//First Bracket
12+
13
		String answer;
14-
public static void main (String args[])
14+
15
    	System.out.println("Are you gay? \n");
16-
    {//2nd Bracket
16+
    	answer=input.nextLine();
17
    	if (answer.equalsIgnoreCase("Yes"))
18
    	{
19
    		System.out.println("Penis");
20
    	} else {
21-
    	System.out.println("Question 1");
21+
    		System.out.println("Cocks");
22-
    	answer=input.nextLine;
22+
    	}
23-
    	if (answer.equals("Yes"))
23+
	}
24
25
}
26-
   	}//2nd Bracket
26+
27