New Manager Poll

Who do you want as the next manager at city

  • Souness

    Votes: 5 10.4%
  • Royle

    Votes: 0 0.0%
  • Newell

    Votes: 2 4.2%
  • Jewell

    Votes: 23 47.9%
  • McAllister

    Votes: 1 2.1%
  • Dowie

    Votes: 1 2.1%
  • Grayson

    Votes: 7 14.6%
  • Holloway

    Votes: 4 8.3%
  • Ling

    Votes: 0 0.0%
  • Johnson

    Votes: 5 10.4%
  • Pearce

    Votes: 0 0.0%
  • Reid

    Votes: 0 0.0%

  • Total voters
    48
  • Poll closed .
Log in to stop seeing adverts

Status
Not open for further replies.
Who's the last name, never heard of him/her?
 
No Kevin Keegan? :102:
 
Les Read? :102:

He's the man Steven - Les Read definitely deserves another chance. Just because there was an encription on my screen on his first day as Charlton boss saying 'This man is doomed' doesnt meant he couldn't work with Milan.
 
Damn right, Steven.

Bloody crap poll if there no Keegan-love going on!

public static void main(String[] args) {
for(int i = 0; i < infinity; i++) {
System.out.println("Keegan is lovely");
}
}

public static void main(String[] args) {
while (true) {
System.out.println("Keegan is lovely");
}
}
 
It does. It does. :icon_wink


:icon_lol:

While (manager != Reid) {
attendingMatch = true;
}

package com.lcfc.match;

import java.util.Random;

public class Mandaric {

private String [] prefferredManagerList = {"Souness", "Royle",
"Newell", "Jewell",
"McAllister", "Dowie",
"Grayson", "Holloway",
"Ling", "Johnson",
"Pearce", "Read",
"Keegan", "Reid"};

public String getNextManager() {

int i = -1;
int choice = 0;

Random r = new Random();

while (i < 0) {
i = r.nextInt();
}

choice = i % 14;
System.out.println(prefferredManagerList[choice]);
return prefferredManagerList[choice];


}

}

package com.lcfc.match;

public class Supporter {

public boolean amIGoingToTheMatch(String s) {

boolean goingToMatch = true;

Mandaric m = new Mandaric();
if (s.equals(m.getNextManager())) {
goingToMatch = false;
}
return goingToMatch;
}

}

package com.lcfc.match;

public class Decider {

public static void main(String[] args) {

Supporter bob = new Supporter();

if (bob.amIGoingToTheMatch("Reid")) {
System.out.println("Oh yes it looks like I am going");
} else {
System.out.println("Oh no it looks like I am not going");
}

}

}

:icon_wink
 
worship.gif
 
package com.lcfc.match;

import java.util.Random;

public class Mandaric {

private String [] prefferredManagerList = {"Souness", "Royle",
"Newell", "Jewell",
"McAllister", "Dowie",
"Grayson", "Holloway",
"Ling", "Johnson",
"Pearce", "Read",
"Keegan", "Reid"};

public String getNextManager() {

int i = -1;
int choice = 0;

Random r = new Random();

while (i < 0) {
i = r.nextInt();
}

choice = i % 14;
System.out.println(prefferredManagerList[choice]);
return prefferredManagerList[choice];


}

}

package com.lcfc.match;

public class Supporter {

public boolean amIGoingToTheMatch(String s) {

boolean goingToMatch = true;

Mandaric m = new Mandaric();
if (s.equals(m.getNextManager())) {
goingToMatch = false;
}
return goingToMatch;
}

}

package com.lcfc.match;

public class Decider {

public static void main(String[] args) {

Supporter bob = new Supporter();

if (bob.amIGoingToTheMatch("Reid")) {
System.out.println("Oh yes it looks like I am going");
} else {
System.out.println("Oh no it looks like I am not going");
}

}

}

:icon_wink

Java's a pansy language :icon_wink
 
Status
Not open for further replies.
Log in to stop seeing adverts

Championship

P Pld Pts
1Leicester4697
2Ipswich4696
3Leeds Utd4690
4Southampton4687
5West Brom4675
6Norwich City4673
7Hull City4670
8Middlesbro4669
9Coventry City4664
10Preston 4663
11Bristol City4662
12Cardiff City4662
13Millwall4659
14Swansea City4657
15Watford4656
16Sunderland4656
17Stoke City4656
18QPR4656
19Blackburn 4653
20Sheffield W4653
21Plymouth 4651
22Birmingham4650
23Huddersfield4645
24Rotherham Utd4627

Latest posts

Top