Tatvabodh
This page lists questions and answers that were posted by visitors named Tatvabodh.
Questions
The following questions were asked by visitors named Tatvabodh.
Wap in JAVA to input a 4-digit no. and find largest using nested if.
11 years ago
Describe something about the industrial revolution in britain
11 years ago
Answers
The following answers were posted by visitors named Tatvabodh.
class { void d(int n) { int a =n/1000; int b =(n/100)%10; int c = (n/10)%10; int d = n%10; if(a>b) { if(a>c) { if(a>d) { System.out.println("greatest="+a); } else System.out.println("greatest="+d); } } if(b>c) { if(b>d) { if(b>a) { System.out.println("gre...
11 years ago
80 kph
11 years ago
I too think it is Pakistan
11 years ago
It is not necessry but in few cases it happens but seldom
11 years ago
Other way to solve this question is: Assume the years be x then Son's age=12, Father's age=42. After x years son's age will be half of father's age i.e. father's age will be twice of son's age So 2(12+x)= (42+x) 24+2x = 42+x 2x-x = 42-24 x = 18 So after 1...
11 years ago