Find the electrostatic force between charges of +2.0 C and +5.0 C separated by a distance of 75m in a vacuum.
write a python function which take list A as input and return five lists, one contains all prime numbers in A, second one contains composite numbers in A, the third list contains all numbers in A which are neither divisible by 2, fourth and fifth list contains number divisible by 3 and 5 respectively.
Imagine that an aggressive neighboring country reduces the size of its military. Economic analysts state that the country should reduce further investment in the military. Is this a positive or normative statement? Why?
briefly explain how an increase in demand will have an effect on rent
mom is in the kitchen and she is cooking my favorite food today. after eating my breakfast I headed to my room to do my homework in science. the question is how much energy needed to convert 0.02 kg ice at 0 degree Celsius To steam at 100 degrees Celsius
Develop a C++ program to design a College Course class includes fields representing department, course number, credit hours, and tuition. Its child, Lab course, includes one more field that holds a lab fee charged in addition to the tuition. Create appropriate functions for these classes, and write a main () function that instantiates and uses object of each class.
Develop a C++ program implementing hierarchical inheritance upon a base class "Employee", and derived classes "Full-time" containing basic salary and allowances for calculating the salary of the employee and
Develop a C++ program implementing hierarchical inheritance upon a base class "Employee", and derived classes "Full-time" containing basic salary and allowances for calculating the salary of the employee and
USE THE METHOD OF DIRECT TO PROVE:
If a is an odd integer, then a’2 + 3a +5 is odd.
Write a c++ program to add two objects using binary plus(+) operator overloading .create a class NUM in which contains data members as n and member functions are (i) getNum(int)-get input value(ii)dispNum(int)-print result (iii) operator+(NUM)-perform the addition operation