Continue with your mobile number
ATQ Let the amount of money with Sonia be Rs. '180a' So, the price of 1 shirt = (180/90) = Rs. '2a' Also, the price of 1 trouser = (180/30) = Rs. '6a' ATQ; Amount retained for the party = 0.25 X 180a = Rs. '45a' Price of 12 trousers = 12 X 6a = Rs. '72a' Remaining amount = 180a - 45a - 72a = Rs. '63a' So, number of shirts she can purchase now = (63a/2a) = 31.5 Therefore, required percent = (31.5/90) X 100 = 35%
Aggregate function in SQL
Which of the following is not a valid difference between IPv4 and IPv6?
Consider the following Java code that implements encapsulation:
class BankAccount {
private double balance;
public Bank...
Definition of brute force attack
Which of the following is a characteristic feature of a Relational Database Management System (RDBMS)?
To count total no of argument in shell
Given the following code snippet implementing a Round Robin CPU scheduling algorithm, what will be the output when the processes are scheduled?
d...
In software engineering, what is the primary purpose of the software development life cycle (SDLC)?