Question: Elementary Programming CMPT220L Due on Feb 3,2023 by 11:59PM Points: 100 Problems 1. Write a Java program that prints your name in one line and

Elementary Programming CMPT220L Due on Feb 3,2023 by 11:59PM Points: 100 Problems 1. Write a Java program that prints your name in one line and your hometown in the next line. 2. Given the formula below for subtracting fractions, write a Java program that asks for the coefficients and solves the equation: " - s = ad-be bd Your program should prompts the user to enter input for a, b, c and d, and displays the solution. Here is a sample run: Enter coefficient a: 6 Enter coefficient b: 5 Enter coefficient c: 7 Enter coefficient d: 9 The solution is 0. 42222 Submission Make sure you create one Java file per project. Place your . java files under the corresponding folder in your local copy of the Git Hub repository, commit and push it to the remote repository. cmpt220lastname\\ Module 02 homework\\ Problem1 . java Problem2 . java
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
