Question: The method convertVolume ( ) has an integer parameter. Define a second convertVolume ( ) method that has two integer parameters. The first parameter is
The method convertVolume has an integer parameter. Define a second convertVolume method that has two integer parameters. The first parameter is the number of cups and the second parameter is the number of tablespoons. The method should return the total number of tablespoons.
Ex If the input is then the output is:
cups yields tablespoons.
cups and tablespoons yields tablespoons.
Note: The total number of tablespoons can be found using cups tablespoons.
import java.util. Scanner;
public class VolumeMethods
public static int convertvolume int cups
return cups ;
Your code goes here
public static void mainString args
Scanner scnr new ScannerSystem in;
int cupsused;
int tablespoonsused;
int totalTablespoons;
int totalTablespoons ;
cupsused scnr nextInt ;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
