Tuesday, October 03, 2006

Practical 1 Qns 4


public class Q4 {

public static void main(String[] args) {
// Declare a String to store the input

// Declare two int to store the numbers

// Step 1a: Prompt the user for first number

// Step 1b: Convert input to int

// Step 2a: Prompt the user for second number

// Step 2b: Convert input to int


} //end main
} //end class

No comments: