1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
natta225 [31]
3 years ago
7

Write two scnr.nextInt statements to get input values into birthMonth and birthYear. Then write a statement to output the month,

a slash, and the year. End with newline. The program will be tested with inputs 1 2000 and then with inputs 5 1950. Ex: If the input is 1 2000, the output is: 1/2000
Engineering
1 answer:
aalyn [17]3 years ago
3 0

Answer:

import java.util.Scanner;

public class InputExample {

   public static void main(String[] args) {

       Scanner scnr = new Scanner(System.in);

       int birthMonth;

       int birthYear;

       birthMonth = scnr.nextInt();

       birthYear = scnr.nextInt();

       System.out.println(birthMonth+"/"+birthYear);

   }

}

You might be interested in
Using OOP, write a C++ program that will read in a file of names. The file is called Names.txt and should be located in the curr
Tanzania [10]
Not really sure sorry for not being able to help
5 0
3 years ago
Read 2 more answers
Entropy change is evaluated using Eq. 6.2a based on an internally reversible process. Can the entropy change between two states
Vadim26 [7]

Answer:

YES

Explanation:

Entropy is an extensive property of the system entropy change that value of entropy change can be determined for any process between the states whether reversible or not. i have attached the formula to calculate entropy change which is independent of whether the system is reversible or not and can be determined for any process.

4 0
3 years ago
Match the description with the term. I need help
mel-nik [20]

Answer:

cultivation - preparing and planting crops

domestication - capturing, taming, and breeding animals

hunting and gathering - obtaining food from the wild

Explanation:

moo

6 0
3 years ago
If you were driving the blue Prius in the situation pictured above, explain why the red Mustang should be given right-of-way at
dexar [7]

Answer:

The blue Prius, because the Mustang arrived almost in the same time. And when you arrive in an intersection at the same time of other vehicle you need yield for the car on your right if the car is on your left you have the right of way.

Explanation:

4 0
3 years ago
Drag each tile to the correct box.
Trava [24]

Answer:

Bluray

DVD

CD

Explanation:

Blu ray can hold 25gb per layer

Dvd can hold 4.7GB on a single layer

Cd can hold around 737 mb

Also, dvds can go up to 2 layers

Blu ray can go up to 4

6 0
3 years ago
Other questions:
  • A rigid tank of 1 in3 contains nitrogen gas at 600 kPa, 400 K. By mistake someone lets 0.5 kg flow out. If the final temperature
    5·1 answer
  • Consider the following program:
    15·1 answer
  • 100 points Im so bored lol
    11·2 answers
  • 2. In the above figure, what type of cylinder arrangement is shown in the figure above?
    9·2 answers
  • In order to be a Mechanical Engineer, you need to:
    5·2 answers
  • 5. Liam is working on a circuit and notices it's quite hot to the touch. What's causing the heat Liam Is noticing
    6·1 answer
  • R-744 refrigerant is bad why
    6·1 answer
  • Explain the LWD process why is it important in drilling operations?
    6·1 answer
  • For a small company it's usually best to keep the corporate and brand image as___ as possible​
    9·1 answer
  • Lynx eat snowshoe hares, and snowshoes hears eat plants. Which term can be applied to the lynx in this food chain example? Prima
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!