Implement your pseudocode into actual working java code

Assignment Help JAVA Programming
Reference no: EM131069319

1. Given an array of words, return an array of integers to tally how many words starting with ‘a', ‘b', ..., ‘z' (suppose the words are case-insensitive). For example, if the array of words is ["apple", "cat", "dog", "Ann"] then the array returned is [2, 0, 1, 1, 0, ..., 0], where the first four elements are 2, 0, 1, 1, respectively, the rest 22 entries are all zeros.

Explanations:

There are a total of 26 letters in English alphabet, so the returned array should hold 26 integers.

The first element in the returned array represents the number of words starting with ‘a' or ‘A'. There are two such words in the given array - "apple", "Ann", so the first entry of the returned array is 2.

The second element in the returned array represents the number of words starting with ‘b' or ‘B'. There is no word starting from ‘B' or ‘b'in the given array, so the corresponding entry is 0.

You can draw similar conclusion for the rest entries.

Your can only visit the elements in the given array for once (that, use only one loop).

(1) Write a pseudocode for this method.
(2) Implement your pseudocode into actual working java code. Test your method by main method with a given array with the following entries:
"Randolph", "Muzakkir", "Anthony", "Scott", "Zachary", "Anisha", "Courtney", "Benjamin G.", "Merium", "Salman", "Dennis", "Shehzuni", "Syed Humza", "Dimitrios",
"Benjamin X.", "Kwasi"

Reference no: EM131069319

Questions Cloud

Which collection class allows you to access its elements : Which collection class allows you to access its elements by associating a key with an element's value, and provides synchronization?
What access modifier do you use to restrict access : Given a method in a protected class, what access modifier do you use to restrict access to that method to only the other members of the same class?
American psychedelic rock band out : Which state capital shares part of its name with an American sitcom that was a spin-off of "All in the Family," the fictional setting of many of William Faulkner's short stories and books, and an American psychedelic rock band out of San Francisco..
What is the most restrictive access modifier : What is the most restrictive access modifier that will allow members of one class to have access to members of another class in the same package?
Implement your pseudocode into actual working java code : Write a pseudocode for method and Implement your pseudocode into actual working java code.
Bathsheba then did everything humanly possible : King David committed adultery with Bathsheba then did everything humanly possible to cover up his sin. Who did God use to expose David's transgression?
Develop and explain a recommended financing strategy : For the selected company, develop and explain a recommended financing strategy. How much additional financing is needed? What should be the sources(s) of that new financing and why?
Determine solution of the form of a second order polynomial : For the following boundary value problem, use the collocation method to determine a solution of the form of a second order polynomial y = a+bx+cx2
International medical catastrophe : In an international medical catastrophe, many pregnant women took a drug called Thalidomide up until 1961, when this use of the drug was halted because it was found to cause severe birth defects. What had Thalidomide been prescribed to treat in th..

Reviews

Write a Review

JAVA Programming Questions & Answers

  Create a java gui app implement inside a main method

Create a Java GUI app, implement the following criteria inside a main method 1) set up a visible frame with width 500, height 300; 2) frame title is "CSE205 Frame app"; and 3) setDefaultCloseOperation to EXIT_ON_CLOSE.

  Create an online student testing application

In this project you are required to create an online student testing application (called EzTest) with the following specifications: Students can use a web browser to register and log in to EzTest, Students can start a new lest from a list of availab..

  Write a program that displays a countdown first

Write a program that displays a countdown first, and then displays the position and velocity of an object for every second it drops, as long as it is above 500 feet

  Reads contents of two vectors

Write a program that reads contents of two vectors, and then displays the sum of these two vectors. The program should prompt the user to enter the size of the vectors first.

  Write down a program which determines the bonus that must

write a program that determines the bonus that should be paid to employees. bonuses are determined based on the years

  Display the total annual compensation

The application should ask the user to enter annual sales, and it should display the total annual compensation

  Rectangle of the same size and top left corner

Write a Java statement to initialize a variable square with a rectangle object whose top left corner is (10, 20) and whose sides all have length 40. Then write a statement that replaces square with a rectangle of the same size and top left corner ..

  Prepare an app that calculates the product of a series

Prepare an app that calculates the product of a series of integers that are passed to method   product using a variable-length argument list.

  Develp a simple model of an object-oriented system

you are going to develp a simple model of an object-oriented system. this model should be able to provide all the working examples of inheritance, encapsulation, and polymorphism through the use of class,. methods, and objects

  Role of inheritance in object-oriented programming

role of inheritance in object-oriented programming

  Teaching software componentization

Describe one way in which one could apply Java graphics in education. Provide one example of such use to support your response and analyze at least three commands that you would use in order to draw a bar chart. Provide a rationale for your respons..

  Write a recursive method called maxsum

write a recrusive method called maxSum that accepts a list of integers. L, and an integer limit n as parameters and use backtracking to find the maximum sum that can be generated by adding elements of L that do not exceed n.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd