Write a function to calculate the product of 2 numbers.
View
Write a function which takes in 2 numbers and returns the greater of those two.
View
Explain various types of buses? b) Discuss the functions of system software?
View
Define objects in a graphical system.
View
Reverse a String (using StringBuilder class) in java.
View
Find the maximum & minimum number in an array of integers.
[HINT : Read about Integer.MIN_VALUE & Integer.MAX_VALUE in Java]
View