If the true discount on a certain sum due 6 months hence at 15% is Rs. 120, what is the banker's discount on the same sum for the same time and at the same rate?
B.G. = S.I. on T.D.
= Rs.(120 x 15 x 1/2 x 1/100)
= Rs. 9.
(B.D.) - (T.D.) = Rs. 9.
B.D. = Rs. (120 + 9) = Rs. 129.
View Answer Report Error Discuss
What is the logical difference b/w Move A to B and COMPUTE B=A?
In case of Move A to B it will move whatever the value of A into B.It mean it will move numeric, alphanumeric and alphabatic value.
In case of COMPUTE B=A it will assign the value of A into B. But in case of compute only numeric value will be compute.
View answer Workspace Report Error Discuss
If the mean of a, b, c is M and ab + bc + ca = 0, then the mean of a2+b2+c23 is :
We have : ( a + b + c) / 3 = M or (a + b + c) = 3M.
Now. a+b+c2=3M2=9M2 .
<=>a2+b2+c2+2ab+bc+ca=9M2
a2+b2+c2=9M2 ,(ab+bc+ca=0)
Required mean =a2+b2+c23=9M23=3M2 .
try { int x = Integer.parseInt("two"); }
Which could be used to create an appropriate catch block?
C is correct. 'Integer.parseInt' can throw a NumberFormatException, and IllegalArgumentException is its superclass
If 20% of a = b, then b% of 20 is the same as :
20% of a = b
=> (20/100) * a = b
b% of 20 =(b/100) x 20 = [(20a/100) / 100] x 20= 4a/100 = 4% of a.
class Hell {
public static void main(String[] args) {
Integer i = 42;
String s = (i<40)?"life":(i>50)?"base":"ball";
System.out.println(s);
}
D is correct. This is a ternary nested in a ternary with a little unboxing thrown in.Both of the ternary expressions are false.
Gandhara school of art came into existence in
The Gandhara school of art came into existence in Mahayana sect.
Who is the author of the book "Adventures of the sherlock holmes"?
Arther Conon Dole is the author of Adventures of Sheerlock holmes.This book is related to the murder mysteries that are solved by Sherlock holmes