20% of a 6 litre solution and 60% of 4 litre solution are
mixed what the % of mixture of solution it is resulted into?
Answers were Sorted based on User's Feedback
Answer / kalyan chukka
Ans : 3.6 lt
20% of 6 lit solution = 20/100 x 6 = 1.2 lt
60% of 4 lit solution = 60/100 x 4 = 2.4 lt
Ans= 1.2+2.4 = 3.6 lt
| Is This Answer Correct ? | 21 Yes | 2 No |
What is data binding?
inheritence with example
Can we have a private virtual method ?
Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.
How to Increment the value of the empid E001 for each and every employee by using the programe?
what is the size of an empty class
What are the 4 main oop principles?
what is the basic concept of inheritance?
What does and I oop and sksksk mean?
When will a constructor executed?
What do you mean by overloading?
What do you mean by abstraction?