Create a new project called simplevariables


Problem

I. Write a program that will ask the user to enter a number and then will output "Too big!" if the number is greater than 100. Output "Perfect" otherwise.

II. Create a new Project called whoAreYou. Add a class. Write a piece of code that will prompt the user (i.e. output a question) for their name. Read in the name using BufferedReader and output a message saying: "Oh, that is a very nice name, "

III. Create a new Project called "SimpleVariables"

Inside the main() method, declare THREE variables

* One variable to store numbers
* One variable that will store a person's name
* One variable that will store whether they are permitted to work or not

What variable types did you use here? Why did you use those types?

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: Create a new project called simplevariables
Reference No:- TGS03261634

Expected delivery within 24 Hours