Question: Integers lemonGrams 1 , lemonGrams 2 , lemonGrams 3 , and numAdults are read from input. Compute the average grams of lemons each adult receives
Integers lemonGrams lemonGrams lemonGrams and numAdults are read from input. Compute the average grams of lemons each adult receives using floatingpoint division, and assign the result to averageGrams.
Ex: If the input is then the output is:
import java.util. Scanner;
public class SleepStatistics
public static void mainString args
Scanner scnr new Scanner
System.in;
int lemonGrams;
int lemonGrams;
int lemonGrams;
int numAdults;
double averageGrams;
lemonGrams scnr nextInt ;
lemonGrams nextInt;
lemonGrams nextInt ;
numAdults 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
