QUESTION 2 A prime number is a number that is evenly divisible only by itself and 1. For example, the number 5 is prime because it can be evenly divided only by 1 and 5. The number 6, however, is not prime because it can be divided evenly by 1, 2, 3, and 6.   Write a method named isPrime, which takes an integer as an argument and returns true if the argument is a prime number, or false otherwise. Demonstrate the method in a complete program.   Tip: Recall that the % operator divides one number by another, and returns the remainder of the division. In an expression such as num1 % num2, the % operator will return 0 if num1 is evenly divisible by num2. QUESTION 3 Use the isPrime method that you wrote in previous question in a program that stores a list of all the prime numbers from 1 through 100 in a file. plz answer these  question using java

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter8: Advanced Method Concepts
Section: Chapter Questions
Problem 9E
icon
Related questions
Question

QUESTION 2

  1. A prime number is a number that is evenly divisible only by itself and 1. For example, the

    number 5 is prime because it can be evenly divided only by 1 and 5. The number 6, however,

    is not prime because it can be divided evenly by 1, 2, 3, and 6.

     

    Write a method named isPrime, which takes an integer as an argument and returns true if

    the argument is a prime number, or false otherwise. Demonstrate the method in a complete

    program.

     

    Tip: Recall that the % operator divides one number by another, and returns the remainder

    of the division. In an expression such as num1 % num2, the % operator will return 0 if

    num1 is evenly divisible by num2.

    QUESTION 3

    1. Use the isPrime method that you wrote in previous question in a program that

      stores a list of all the prime numbers from 1 through 100 in a file.

      plz answer these  question using java

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781305480537
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage