Jyske Bank er rykket ind i Glaskuben på Kalvebod Brygge, et markant byggeri i hjertet af København. Knap 1.000 arbejder her, heraf 200 i IT, med nye rammer for samarbejde, innovation og udvikling.
Slettet bruger
05. juli 2003 - 02:38#1
Du skal flytte din "throws java.io.IOException op til efter din main-metode erklæring, således at din kode vil se sådan her ud:
public class Input{ public static void main(String args[]) throws java.io.IOException {
int i,j; char stak[] = new char[10]; i=0; while((stak[i] = (char) System.in.read())!=13) i++;
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.