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
Lera25 [3.4K]
2 years ago
8

Create a new Java program called MyInfo. Create one or more method(s) that pass the following information as parameters and prin

ts it when the method is called. Full name Middle Initial Age Major GPA Once completed, paste code.
Computers and Technology
1 answer:
Vladimir79 [104]2 years ago
3 0

Answer:

Answered below

Explanation:

//Program in Java

class MyInfo{

public static void main (String args []){

myFullName("John", "Doe");

myAgeMajorGPA(20, "Biology", 4.3);

}

public void myFullName(String initialName, String middleName){

System.out.println(initialName);

System.out.print(middleName);

}

public void myAgeMajorGPA(int age, String major, double GPA){

System.out.println(age);

System.out.println(GPA);

System.out.print(major);

}

}

You might be interested in
I will mark you as brainlist
weeeeeb [17]

Answer:

download it

Explanation:

because if u upload it will not save .

7 0
2 years ago
Read 2 more answers
What type of device can be used to block unwanted traffic initiated from the internet and can also restrict internet access from
statuscvo [17]
It is the firewall exactly.
4 0
2 years ago
In the retrieval phase of Godden and Baddeley (1975) study of the encoding specificity principle, participants were asked to sup
kicyunya [14]

Answer:

recall

Explanation:

Based on the scenario being described within the question it can be said that this was a recall measure of memory. In the field of neuroscience, a recall test refers to a type of test in which subjects are shows a certain stimuli and are later asked to remember as many stimuli as they can. Which in the case of the Godden and Baddeley (1975) study the stimuli were a set of words that were shown to the subjects.

5 0
3 years ago
shana is keeping track of the expenses as deductions for her business when she files paperwork at the end of the year. What is s
Monica [59]

Shana I think is working on taxes

6 0
3 years ago
Read 2 more answers
By default, the document has a (blank) margin on all four sides
Brut [27]
The normal margin is 1 inch on all sides
6 0
2 years ago
Read 2 more answers
Other questions:
  • The true or false questions.
    13·1 answer
  • Select the correct text in the passage,
    10·1 answer
  • According to the textbook, the definition of transition is
    13·1 answer
  • What is the full form of 'Rom<br>​
    7·2 answers
  • The merge and center
    14·1 answer
  • Code Problem 3 in Python 2.
    5·1 answer
  • Please I need help.
    12·1 answer
  • Which feature is not in ms PowerPoint​
    12·1 answer
  • How do I do this??? (Im in 9th)
    7·1 answer
  • What year did polaroid introduce one-step photography with the SX-70
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!