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

  Recursive factorial program

Write a class Array that encapsulates an array and provides bounds-checked access. Create a recursive factorial program that prompts the user for an integer N and writes out a series of equations representing the calculation of N!.

  Hunt the wumpus game

Reprot on Hunt the Wumpus Game has Source Code listing, screen captures and UML design here and also, may include Javadoc source here.

  Create a gui interface

Create GUI Interface in java programing with these function: Sort by last name and print all employees info, Sort by job title and print all employees info, Sort by weekly salary and print all employees info, search by job title and print that emp..

  Plot pois on a graph

Write a JAVA program that would get the locations of all the POIs from the file and plot them on a map.

  Write a university grading system in java

University grading system maintains number of tables to store, retrieve and manipulate student marks. Write a JAVA program that would simulate a number of cars.

  Wolves and sheep: design a game

This project is designed a game in java. you choose whether you'd like to write a wolf or a sheep agent. Then, you are assigned to either a "sheep" or a "wolf" team.

  Build a graphical user interface for displaying the image

Build a graphical user interface for displaying the image groups (= cluster) in JMJRST. Design and implement using a Swing interface.

  Determine the day of the week for new year''s day

This assignment contains a java project. Project evaluates the day of the week for New Year's Day.

  Write a java windowed application

Write a Java windowed application to do online quiz on general knowledge and the application also displays the quiz result.

  Input pairs of natural numbers

Java program to input pairs of natural numbers.

  Create classes implement java interface

Interface that contains a generic type. Create two classes that implement this interface.

  Java class, array, link list , generic class

These 14 questions covers java class, Array, link list , generic class.

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