Question: CHALLenge ACTIVITY 2 . 8 . 1 . Write a program that reads width and height. 5 3 2 8 3 6 , 9 8

CHALLenge
ACTIVITY
2.8.1. Write a program that reads width and height.
532836,9844506 th 329y7
In order to paint a wall that has a number of windows, we want to know its area. Each window has a size of 2ft by 3ft. Write a program that reads the width and height of the wall and the number of windows, using the following prompts.
Wall width:
Wall height:
Number of windows:
Then print the area.
II Import the scanner class
import java.util.scanner;
/* your code goes here */
public class Wallarea
{
public static void main(String[] args)
{
// Declare a scanner
Scanner Sc= new Scanner(
System.in);
I** your code goes here your code goes here */
 CHALLenge ACTIVITY 2.8.1. Write a program that reads width and height.

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!