InterviewSolution
| 1. |
write a Java program to declare a string array of 20 elements and print only those array elements which have second last element as vowel. |
|
Answer» Please ANSWER fast!!!A School organised a camp for training students for athletic meet. The condition for selection was that the weight of a STUDENT should be 45-55 kg. For this purpose the weights of 30 students of Class-Vill were taken and recorded as follows (in kg)-42, 56, 64, 47, 54, 66, 57, 58, 44, 50, 49, 59, 62, 70, 40, 56, 56, 56, 43, 47, 60, 63, 49, 54, 58 45, 47, 49, 64, 54 (a) Prepare a frequency distribution and draw a histogram for the above data.(b) In what weight range do most students lie?(c) How many students got selected for the training? (d) What percentage of students weigh more than 55kg? |
|