If 300cm³ of hydrogen diffused through a porous pot in 50seconds. How long will it take 500cm³of oxygen to diffuse through the same pot?
Write a program to print the area of a rectangle by creating a class named 'Area' having two functions. First function named as 'setDim' takes the length and breadth of the rectangle as parameters and the second function named as 'getArea' returns the area of the rectangle. Length and breadth of the rectangle are entered through keyboard.(For C sharp)
Write a program to print the area of two rectangles having sides (4,5) and (5,8) respectively by creating a class named 'Rectangle' with a function named 'Area' which returns the area. Length and breadth are passed as parameters to its constructor.(For C sharp)
Write a program to print the area and perimeter of a triangle having sides of 3, 4 and 5 units by creating a class named 'Triangle' with the constructor having the three sides as its parameters.(For C sharp)
Write a program to print the area and perimeter of a triangle having sides of 3, 4 and 5 units by creating a class named 'Triangle' with a function to print the area and perimeter.(For C sharp)
Assign and print the roll number, phone number and address of two students having names "Sam" and "John" respectively by creating two objects of the class 'Student'. (For C sharp)
Hello. I want chemical properties of copper-nickel with the UNS number: 20400 and 10 90 copper-nickel. Are these two close? Is UNS number unique?
Consider the design of a communication system.
⦁ How many three-digit phone prefixes that are used to represent a particular geographic area (such as an area code) can be created from the digits 0 through 9?
⦁ As in part i., how many three-digit phone prefixes are possible that do not start with 0 or 1, but contain 0 or 1 as the middle digit?
⦁ How many three-digit phone prefixes are possible in which no digit appears more than once in each prefix?
Suppose that an operating room needs to handle three knee, four hip, and five shoulder surgeries.
⦁ How many different sequences are possible?
⦁ How many different sequences have all hip, knee, and shoulder surgeries scheduled consecutively?
⦁ How many different schedules begin and end with a knee surgery?
Number plates in an Arab country consist of 3 letters (chosen from a specified set of 20 letters from the Arabic alphabet) and 4 digits (from 0 to 9).
⦁ Find the probability of a plate having identical letters.
⦁ Find the probability of a plate having identical digits.
⦁ Find the probability of a plate having consecutive digits.