Question: Create a new Java Project in your Eclipse workspace named as before, smith 3 or jones 3 for example. Create a package with the very
Create a new Java Project in your Eclipse workspace named as before, smith or jones for example.
Create a package with the very same name as your project name.
In this one package, write one Java program for each exercise as required below.
Adhere to naming conventions for variables and classes as in section
Choose descriptive variable names and identifiers in all programs.
Start each program with your name and SPC ID# in a comment.
Add a few more comments in each program to explain what your code is doing.
When all programs are done, locate your project folder in your workspace.
Rightclick on the project folder folder dont open it and select "Send to "Compressed zipped folder". This will make a zip with the same name as your project.
Upload the zip to this drop box. Type your collaboration statement into the message area.
Submit your assignment.
Write a program that uses one loop to process the integers from down to inclusive. The program should detect multiples of or but not both. The multiples should be printed leftaligned in columns characters wide, multiples per line See Example Output When all multiples have been displayed, the program should display the number of multiples found and their sum.
Example Output
Found integers totaling
Write a program that generates a twocolumn table showing Fahrenheit temperatures from F to F and their equivalent Celsius temperatures. Each line in the table should be degrees F more than the previous one. Both the Fahrenheit and Celsius temperatures should be accurate to decimal place.
Write a program that deliberately contains an endless or infinite while loop. The loop should generate multiplication questions with single digit random integers. Users can answer the questions and get immediate feedback. After each question, the user should be able to stop the questions and get an overall result. See Example Output.
Example Output
What is
Correct. Nice work!
Want more questions y or n y
What is
Correct. Nice work!
Want more questions y or n y
What is
Correct. Nice work!
Want more questions y or n y
What is
Incorrect. The product is
Want more questions y or n n
You scored out of
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
