Question: Write a Java program that finds the count of even numbers between two numbers p and q. The numbers p and q are in a

  1. Write a Java program that finds the count of even numbers between two numbers p and q. The numbers p and q are in a text file[1] called pq.txt.

Sample input file content: pq.txt

3

14 432

2 83

7 15

The first number n in the file, indicates how many pairs of p and q are there. The next n lines are the pairs of p and q. For each pair, your program must find the count of even numbers that are between p and q (Inclusive of p and q).

  1. Write a Java program to read from a file (reg.dat) the names and age of people registering for a gym exercise. Your program must display the names of the people who are below the age of 15.

Sample input file content: reg.dat

Samir Khalid 14

Mariam Cane 23

Simon Manchester John 12

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!