Search:

Type: Posts; User: drew_ch

Search: Search took 0.12 seconds.

  1. Re: Am I close to having this right? If statements

    I got it figured out thanks for the advice I just made it more complicated then it really was


    import java.util.Scanner;

    public class Java3
    {
    public static void main(String[] args)
    {
  2. Re: Am I close to having this right? If statements

    import.java.util.Scanner;

    public class java3
    {
    public static void main(String[] args)
    {
    function addNumbers(n1, n2, n3, n4, n5){
    var finalNumber = 0;
    if(n1 > 0);
    ...
  3. Am I close to having this right? If statements

    write a program that will ask the user to enter five numbers.using If statements if each number entered in greater than zero



    import.java.util.Scanner;

    public class Java3
    {
    public static...
Results 1 to 3 of 3