1 / 1100%
// CSE 110 : <Class #> / <meeting days and times>
// Assignment : <assignment #>
// Author : <name> & <studentID>
// Description : <of the file contents>
import java.util.Scanner;
public class Assignment01 {
public static void main(String[] args) {
// declare and instantiate a Scanner
// declare and initialize variables
// prompt for and collect inputs
// compute required values
// display required outputs
}
}
Powered by TCPDF (www.tcpdf.org)
Students also viewed