1 00:00:00,150 --> 00:00:01,770 Welcome to Work Book 2.5. 2 00:00:01,770 --> 00:00:05,070 In this workbook you will create the sign up page for Java Gram. 3 00:00:05,070 --> 00:00:09,720 Your sign up program will prompt the user to enter information about themselves like their first name, 4 00:00:09,720 --> 00:00:11,790 their last name, their age Username. 5 00:00:12,460 --> 00:00:17,560 And after you pick up their information, you will print it back to them in a nice format. 6 00:00:19,240 --> 00:00:24,490 You will encounter the next line trap when picking up the username to avoid the trap, please follow 7 00:00:24,490 --> 00:00:27,760 the instructions and workbook 2.5 very carefully. 8 00:00:29,450 --> 00:00:34,670 And here's a fun fact This workbook foreshadows a similar workbook from the spring boot course, where 9 00:00:34,670 --> 00:00:40,010 you'll be provided with an Instagram like UI and upon form submission using Java. 10 00:00:40,040 --> 00:00:45,080 Your spring boot application will determine which fields are valid and which fields are not. 11 00:00:45,320 --> 00:00:48,050 Anyways, we need to walk before we can run. 12 00:00:48,050 --> 00:00:51,920 So for now, the signup process is going to take place from our terminal. 13 00:00:52,940 --> 00:00:56,750 You can access this workbook by clicking the link inside of the resources folder. 14 00:00:57,800 --> 00:01:02,540 If you ever get stuck, there is a solution code inside the same folder as the Starter project. 15 00:01:02,570 --> 00:01:06,560 You can also find a video solution inside of the course's appendix. 16 00:01:06,590 --> 00:01:07,310 Good luck.