Answer:
There should be a little icon at the bottom of your question box/answer box. It looks like a paper clip. click it and boom
Explanation:
Answer:
The code is witten in Java and given in the explanation section.
Using a Scanner object we receive a the user's input and with the System.out.println we output the variable
Explanation:
import java.util.Scanner;
public class VariableOutput{
public static void main (String [] args){
Scanner input = new Scanner(System.in);
System.out.println("Enter an Integer 15 or 40");
int numObjects = input.nextInt();
System.out.println("You entered the number "+numObjects);
}
}
Thank you, pal!
You are invited to my clubhouse!
To start of on the right foot with your boss by showing him/her that you can be professional, but not be intimidating. Hope this helped.
Answer:
Click View and zoom into the worksheet so the chart is easily visible.
Explanation: