Question: Part b-EclipselJava (Don t forget to write your name and lab day and time as a comment on top of each java file. Also add
Part b-EclipselJava (Don t forget to write your name and lab day and time as a comment on top of each java file. Also add comments explaining your logie whenever possible) Write a program that calls a recursive method called multiply that takes two integer parameters a and b, where a and b are both positive integers. You can only use the + or for multiplication. Write a recursive method called starString that accepts an integer as a parameter and prints to the console a string of starts (asterisks) that is 2n (i.e. 2 to the nth power) long. For example: 1. 2. tarString(0) should print (because 20-1) starString(2) should print(because 224) tarStrting(4) should print(because 2416)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
