Question: Java please do all HWUCI or digits up to 9. The program should then display their integer as a big banner. PART A: Modify the

Java please do all

Java please do all HWUCI or digits up to 9. The program

should then display their integer as a big banner. PART A: Modify

HWUCI or digits up to 9. The program should then display their integer as a big banner. PART A: Modify the below test class StarDisplayTest ( ) so that it can prompt the user to enter a 5-digit positive integer, and pass the integer as a parameter to the method displaystar (int number) defined in the class Stardisplay. (Note: Do not worry about invalid inputs.) import java.util.Scanner; public class StarDisplayIest public static void main(String args[]) { int a; StarDisplay s = new StarDisplay ( ); //prompt the user to enter a 5-digit positive integer //and initialize the above variable a: Sidisplaystar (a); Subtitle PART B: Modify the code below, complete the method displayStar (int number) to extract 5 digits and call displayStarHelper(int i) to display them as a big banner. (Hint: you can extract these digits using the / and % operation) PART C: Complete a method darlaxstarlle Reint so that it can display a digit passed as the parameter. (Hint: You can use IF statement to display the digit as a banner.) For example if the user enters 52612 the program should display: ge 3/3 Subtitle public class Stabirlas, public void urlaxstantint number //extract each digit from the passed parameter //call the method darbaxandoenint & public void diarlovtoritetint //display a banner based on the passed par

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!