计算数组中的元素-Java

时间:2017-05-10 10:02:38

标签: java arrays count

我想计算数组中元素的值。

示例:
数组中的元素

a={"AB", "CD", "EF", "CD", "CD", "GH", "EF"}

因此CD的计数器应为3。

这就是我尝试过的。我认为主要的问题是我没有存储元素的数组。

public int countValue(final String[] strings, final String value) 
    {
        int counter=0;


                for(int i = 0; i<strings.length; i++)
                {
                    if(value==strings[i])
                    {
                        counter++;
                    }
                }
                return counter;
    }
}

1 个答案:

答案 0 :(得分:0)

您需要使用char input[10]; scanf("%s", input); 方法来比较两个字符串。 <section id="showcase"> <?php $args = array( 'post_type' => 'showcase', 'posts_per_page' => -1 ); $the_query = new WP_Query( $args ); if ( $the_query->have_posts() ) : $it = 0; while ( $the_query->have_posts() ) : $the_query->the_post(); $terms = get_the_terms( $post->ID , 'showcase_category'); $it ++; if ($it == 6) { echo '</section><div class="cta-block"><h2>Live model drawing</h2><p>Drawing from a live model, gives you the opportunity to draw what you see instead of drawing what you think about.</p><a href="/kerkeni/courses/" class="cta-button">View courses</a></div><section id="showcase">'; } ?> <a class="entry-showcase" href="<?php the_post_thumbnail_url(); ?>" title="<?php the_title_attribute(); ?>"> <?php the_post_thumbnail( 'medium' ); ?> </a> <?php wp_reset_postdata(); endwhile; else : endif; ?> </section> 运算符检查两者是否是同一个对象