Prompts a user to enter student id, current class grade in GPA format (e.g. 3.5), current class number of credits, overall GPA, and overall number of credits (use Scanner for input). Calculates student’s new overall GPA based Displays the input data along with new GPA to the console. To calculate new overall GPA: ((current-class-GPA times current-class-credits) plus (overallGPA times overall-credits)) divided by (current-class-credits + overall-credits) For example, given current class 3.5 and 3 credits and overall GPA 3.0 and 9 credits: ((3.5*3) + (3.0*9)) / (3+9) = 3.125 new overall GPA
(1) Prompts a user to enter student two numbers and symbol for operation such as ‘+’, ‘-‘, ‘*’, and ‘/’ (use Scanner for input). (2) Code uses nested if statement or switch to perform the operation on the two numbers (3) If the provided symbol is valid, displays the input data along with the result of the calculation to the console. Otherwise displays error message
LAWS310 Week 1-: Course Project Part 1Week 1: Course Project Part 1 Refer to the Course Project Overview page located in the Introduction & Resources module to preview the course project's weekly milestones (Weeks 1-6) and the final deliverable due in Week 7. Week 1: Choose a name for your LLCYour assignment this week is to choose a name for your hypothetical LLC. The name must be unique and cannot already be in use. Once you have chosen your name, go to Better Legal Links to an external site., choose your State, and check to see if your business name is available. Your assignment this week will be the submission of your unique LLC name. You may provide this LLC name in either this submission page's text entry box or as a file attachment. For the latter method, submit a Microsoft Word document named in this format: LastName_LAWS310_Course-Project_Part1.docx.Remember to submit the assignment before 11:59 PM Mountain Time on Sunday at the end of the week.