Search:

Type: Posts; User: mamaass

Search: Search took 0.08 seconds.

  1. Replies
    6
    Views
    1,428

    Re: Can you guys help me fix my assignment

    import java.util.Scanner;

    public class assignmentB
    {
    public int calc(){

    int number1;
    int number2;
    int number3;
    int sum;
  2. Replies
    6
    Views
    1,428

    Can you guys help me fix my assignment

    this is the program that i need to do

    You are required to write a command line program in Java that declares three numbers.
    Write a method called calc() that takes in the three numbers as...
Results 1 to 2 of 2