Write a java console program that read a text string

Assignment Help Computer Engineering
Reference no: EM132117456

Question 1.

Write a java console program that does the following:

- In main() method, create an array of 1000 int

- Create a static method fillArray() that would accept array of 1000 int as the only parameter and would initialize them randomly in the range from 0 to 100. You can use static method java.lang.Math.random() to generate a single random number of type double in the range from 0.0 to 1.0.

You then may consider multiplying result returned by this method by 100 and round it to get an integer in the range from 0 to 100. Method fillArray() should be declared not to return any data (for instance return data type should bevoid). Call method fillArray() from main() and pass declared array into it. No output is needed.

- Create another static method getAverage() that accept that same array of 1000 ints as the only method's parameter, calculates their average and returns it back to main() as a value of type double. Print that returned value in main().

Question 2.

Write a java console program that does the following:

- Read a text string from a user and store it into a variable of type String

- Convert that string into array of characters by utilizing static method toCharArray() of class String. This method performs the conversion and returns an array of characters (type char) that you need to store in some temporal array, say char[] temp.

- Iterate through this temporal array and collect statistics of individual letter appearance. Store that statistics in some other array called int[] stat.

That new array needs to be declared to store statistical data of any possible character that can be seen in a user input. A general text comprises letters of English alphabet (both small and capital cases), digits, and some punctuation marks (i.e. space, comma, period, dash, etc).

If you think of "all possible characters", even those that are rarely seen in a typical English text than you can distinct not more that 128 different ones (see base ASCII table for example). In this case having stat array being declared to store 128 entries of type int is a good idea.

- Print out non-zero statistical data: a letter and a number in a single line, then another line, and so on.

- Example: Let us say user has entered "Hello World!!!". This string contains 14 characters. Character 'H' is seen only once so value stat[72] would be 1 (number 72 is the index of 'H' in ASCII table). Value of stat[101](letter 'e') is also 1, but for example, value of stat[108] is 3 because 108 is the index of 'l' and there are 3 letters 'l' in the given text line.

Reference no: EM132117456

Questions Cloud

What does the extends keyword do : Which keyword is used to place GUI components such as labels and buttons into a frame? What does the extends keyword do?
How does interrelationship support or guide your ebp project : Fawcett and Garity (2009) present an overview of the relationship between theory, knowledge, research, nursing research, and evidence-based practice.
Explain disruptive innovation : Discuss organizational change and explain disruptive innovation and the ambidextrous approach as possible responses to the forces that drive innovation
Describes the behaviour of the vending machine system : Design and model two classes:Productand VendingMachine - Create an activity chart which describes the behaviour of the vending machine system
Write a java console program that read a text string : Create a static method fillArray() that would accept array of 1000 int as the only parameter and would initialize them randomly.
Newly emerging multinational corporation : Jane's panes inc. Is a newly emerging multinational corporation that designs, manufactures, markets and sells decorative antique-look window pane art decoration
Describe your experience in assessing the patient : Reflect on a patient who presented with a behavioral or mental health issue during your Practicum experience. Describe your experience in assessing.
Build nfas for the following two languages : For NFA or o-NFA questions, try to take advantage of non-determinism in the interest of keeping the design simple and elegant.
Fabric of culture that promotes safety : What are some ways to engage employees to make them part of the fabric of culture that promotes safety?

Reviews

Write a Review

Computer Engineering Questions & Answers

  Mathematics in computing

Binary search tree, and postorder and preorder traversal Determine the shortest path in Graph

  Ict governance

ICT is defined as the term of Information and communication technologies, it is diverse set of technical tools and resources used by the government agencies to communicate and produce, circulate, store, and manage all information.

  Implementation of memory management

Assignment covers the following eight topics and explore the implementation of memory management, processes and threads.

  Realize business and organizational data storage

Realize business and organizational data storage and fast access times are much more important than they have ever been. Compare and contrast magnetic tapes, magnetic disks, optical discs

  What is the protocol overhead

What are the advantages of using a compiled language over an interpreted one? Under what circumstances would you select to use an interpreted language?

  Implementation of memory management

Paper describes about memory management. How memory is used in executing programs and its critical support for applications.

  Define open and closed loop control systems

Define open and closed loop cotrol systems.Explain difference between time varying and time invariant control system wth suitable example.

  Prepare a proposal to deploy windows server

Prepare a proposal to deploy Windows Server onto an existing network based on the provided scenario.

  Security policy document project

Analyze security requirements and develop a security policy

  Write a procedure that produces independent stack objects

Write a procedure (make-stack) that produces independent stack objects, using a message-passing style, e.g.

  Define a suitable functional unit

Define a suitable functional unit for a comparative study between two different types of paint.

  Calculate yield to maturity and bond prices

Calculate yield to maturity (YTM) and bond prices

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