Question: Plz help - Create a documentation for your code. - Include comments in your code. - Upload your .java file for each problem. - Use
Plz help

- Create a documentation for your code. - Include comments in your code. - Upload your .java file for each problem. - Use the textbook or google when you need help. 1 100 points 5-min challenge: you will get full credit after you reproduce your work with IntelliJ in class/interview. Write a code to take a name and the last 4-digit phone numbers and print them out on the console. 1. Practice until you can do this within a couple of minutes. 2. Record your work from scratch: create a project folder/java file/your code. 3. Upload your code file, screenshot of your output and YouTube link. *You can use any online java compiler but will only get up to 50 points. *Do not edit your recordings. The act of editing is considered a form of cheating. Sample result Name? Barack Trump Last 4-digit phone number? **** Your name : * * * Last 4-digit phone number: **** File name J1_Lab02_1.java J1_Lab02_1.png J1_Lab02_1.mp4 2 30 points 2-1. Analyze and explain the code line by line to find out what it is for. 1. Insert line numbers. 2. Appy your coding style. 3. Use descriptive variable name 4. Fill out * ** 5. Use "good" sample data to test your analysis. 6. Submit your analysis in .docx format 2-2. Run your version of the code using your IDE with "good" sample data //This program is *** public class Test1 public static void main(String args) { Scanner input = new Scanner(System.in); System.out.print("Enter ***: "); double aaa = input.nextDouble(); double bob = (5.0 / 9) * (aaa - 32); System.out.printIn("aaa " + aaa + " is " + bbb + " in bbb"); Sample result File name J1_Lab02_2.docx 1_Lab02_2.java J1_Lab02_2.png Page 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
