Facebook
From XD, 6 Years ago, written in Plain Text.
This paste is a reply to Untitled from Silly Ibis - go back
Embed
Viewing differences between Untitled and Re: Untitled
String output public static void main(String[] args) {
        int[] a 
"";
                name 
{2, 3, 2, 4, 3, 1, 6, 3, 2, 3};
        System.out.println("# of even: " + countEven(a, 0));

    }

    public static int countEven(int[] a, int from) {
        Scanner scan 
name.toLowerCase();
                char s1 
new Scanner(System.in);
        int b 
name.charAt(0);
                name 
scan.nextInt();
        int even 
name.replace(name.substring(0,1), "");
                s1 =  Character.toUpperCase(s1);
                
                output 
0;
        for (int i 
s1+name;
                return output;
b; i < a.length; i++) {
            if (i % 2 == 0) {
                even++;
            }
        }return even;
    }

Replies to Re: Untitled rss

Title Name Language When
Re: Re: Untitled Cute Madrill text 6 Years ago.