Search:

Type: Posts; User: djjava

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    1,534

    Re: i need help writing a code for a math problem

    im a beginner in programming and i need help with writing a java code for this math problem.


    import java.util.Scanner;

    public class Assignment2c {

    public static void generate() {
  2. Replies
    4
    Views
    1,534

    i need help writing a code for a math problem

    Create a class called Assignment2c which will calculate and print the value of y for the below equation. X will be input by the user.


    2x^2 - 3x

    y =...
Results 1 to 2 of 2