Write a java program which asks the user to enter name and age and calls the following methods: a. printName(): Takes name as parameter and prints it 20 times using a while loop. b. printAge(): Takes age as parameter and prints all the numbers from 1 up to age.   Please strictly follow this format. Note: any extra or missing space / line will lead to test failure.   Name: Andy Age: 10 Andy Andy Andy Andy Andy Andy Andy Andy Andy Andy Andy Andy Andy Andy Andy Andy Andy Andy Andy Andy 1,2,3,4,5,6,7,8,9,10   class Main { public static void main(String[] args) { } }

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter6: Looping
Section: Chapter Questions
Problem 2PE
icon
Related questions
Question
Write a java program which asks the user to enter name and age and calls the following methods:
a. printName(): Takes name as parameter and prints it 20 times using a while loop.
b. printAge(): Takes age as parameter and prints all the numbers from 1 up to age.
 
Please strictly follow this format. Note: any extra or missing space / line will lead to test failure.
 
Name: Andy
Age: 10
Andy
Andy
Andy
Andy
Andy
Andy
Andy
Andy
Andy
Andy
Andy
Andy
Andy
Andy
Andy
Andy
Andy
Andy
Andy
Andy
1,2,3,4,5,6,7,8,9,10
 
class Main {
public static void main(String[] args) {

}
}
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Knowledge Booster
Math class and its different methods
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage