gnopaste

Sorry for this ugly message. We are searching for some translators.
Please send me an eMail or jabber: t4c@im.digital-bit.ch
Got: de, en, pl, ro, lu, ru, es - Need: everything else

Name
[java]Vocali
Scriptlanguage
Java
Tabwidth
4
Date
03/13/2010 01:42:15 pm
IP
151.32.237.64

[http://capiamoinsieme.bloog.it] Conta le vocali in una parola

/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/


package javaapplication1;
import java.util.*;

/**
*
* @author Administrator
*/

public class Vocali {

    public static void main(String[] args) {

        Scanner input= new Scanner(System.in);
        String line= input.nextLine();

        for(int i=0;i<line.length(); i++){
            char c= line.charAt(i);
            System.out.println(c+"  "+line.charAt(i));
            }
        }
    }

submitter » gnopaster | imprint « imprint     
» Terms of use «
» digital bit dot ch - t4c's new home «