Create a program that has an array of length

Assignment Help Computer Engineering
Reference no: EM132117413

This question has been posted but the answer given on this site leaves an error when compiling "No suitable method found for println(java.lang.String,)

My question is for Java as follows. Create a program that has an array of length 100 which will automatically be filled with randomly generated numbers between 1 and 100 each time the program is run.

Have the program ask the user to enter a number between 1 and 100. Check to see if that number is one of the values in the array.

If it is display "We found your number XX at position YY in the array" If the number is not in the array tell the user that no match was found.

The following is what I have so far, please advise what needs corrected to make this work for Java

import java.util.*;
import java.lang.*;
import java.io.*;


class Search
{
public static void main (String[] args) throws java.lang.Exception
{

int[] array;
for (int i = 0; i < 100; i++)
{
array[i] = 1 + (int)(Math.random() * 100);
}
Scanner sc=new Scanner(System.in);
System.out.println("Enter number between 1 and 100");
int number=sc.nextInt();
for (int i = 0; i < 100; i++)
{
if (array[i] == number)
{
System.out.println("We found your number " , number, " at position ", i, " in the array");
}
else
{
System.out.println("no match was found");
break;
}
}

}
}

Reference no: EM132117413

Questions Cloud

Compare different products in the same industry : Compare and contrast 2 different products in the same industry (e.g., high-end vs. low-end vehicles). Build a model to depict how to most effectively.
Compare the in-house evaluation and external evaluation : Compare the in-house evaluation and external evaluation. Identify evaluations that only exist in either one of the evaluations.
Write the definition of a structure type called arraystats : Write the definition of a structure type called ArrayStats that contains 3 components of type double called min, max, and avg.
Write an application that allows a user to enter the names : Write an application that allows a user to enter the names and phone numbers of up to 20 friends.
Create a program that has an array of length : Create a program that has an array of length 100 which will automatically be filled with randomly generated numbers .
What advantages do local retail stores have : Describe how Amazon's online marketing strategy is impacting conventional retail stores. What specific advantages do Amazon and other online firms.
What types of networks are multiplexing technologies used : What types of networks are multiplexing technologies most commonly used and what capabilities does it provide to users and providers?
Which door would lead the boys to safety : After a quick search the boys find three doors, the first one red, the second one blue , and the third one green.
Analysis of the debt and equity position of the four firms : HA2032 Corporate and Financial Accounting Assignment, Holmes Institute, Australia. Analysis of the debt and equity position of the four firms

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