Search:

Type: Posts; User: jlcarrillo

Search: Search took 0.08 seconds.

  1. [SOLVED] Re: Need help using the MATH class for an assignment

    import java.util.Scanner;
    import java.text.DecimalFormat;

    public class RightTriangle {

    public static void main(String[] args) {
    Scanner input = new Scanner(System.in);
    DecimalFormat df...
  2. [SOLVED] Need help using the MATH class for an assignment

    Here is the assignment:

    Prompt the user to input two sides (a and b) of a right triangle. Calculate, using the
    formulas below, the hypotenuse and the other two angles of the triangle. Calculate...
  3. [SOLVED] Beginner Java Assignment Help (Calculations/Conversions)

    Here are the instructions to my assignment:

    A shopkeeper in Diagon Alley needs you to write a program that will calculate the
    correct amount of change due to a customer. (In Diagon Alley they...
  4. [SOLVED] Beginner Java Course, Stuck on my First Assignment. Help Needed.

    I am taking my first Java course and I am stuck on my assignment which is the following:

    Write a java program that prompts the user to input two integer values, swap the values of two variables...
Results 1 to 4 of 4