please visit this site you'll find my question
this is my homework please answer it if you can
http://easyscience.org/ib/lofiversion/index.php/t36168.html
Describe the My Computer and My Documents folders;
identify the elements that are present in every Window.
43
How to execute business logic for only once ..?even though
user clicks submit button multiple times by mistake..?
(i disabled JavaScript)
39
write a code for this:trailer recordId contains a value
other than 99, then the file must error with the
reason ‘Invalid RECORD_ID’(User Defined Exception).
16
how can u do connectivity in c++ language?
plz send me connectivity code in c++ ?
Describe how to safeguard a system through acquisition of
an antivirus
Program and systematic backup.
40
explain dynamic binding by drowing
5
Distinguish between:
a) Normal layout & Print Layout views
b) Windows Clipboard & office Clipboard
c) Save & Save As Commands
d) Program File & Data File
e) Pie Charts & Barr Charts
How the compilers arranges the various sections in the
executable image?
138
design a c++ class for the chess board,provide a c++ class
definition for such class(only class definition is required)
67
When is the last time you coded in C/C++? What is the most
lines of original C/C++ code you have personally written in
one project? How confident are you in your ability to write
C or C++ without a reference?
If P is the population on the first day of the year, B is
the birth rate, and D is the death rate, the estimated
population at the end of the year is given by the formula:
The population growth rate is given by the formula:
B – D
Write a program that prompts the user to enter the starting
population, birth and death rates, and n, the number of
years. The program should then calculate and print the
estimated population after n years. Your program must have
at least the following functions:
1. growthRate: This function takes its parameters the
birth and death rates, and it returns the population growth
rate.
2. estimatedPopulation: This function takes its
parameters the current population, population growth rate,
and n, the number of years. It returns the estimated
population after n years
Your program should not accept a negative birth rate,
negative death rate, or a population less than 2.
write a code for this. serial_number contained in the
header of the file will be read , if this serial number is
less than a previous serial number within a successfully
processed file, or is the same as another serial number
within a successfully processed file, or if the field
contains anything other than 7 digits, then the file must
error with the reason ‘Invalid SERIAL_NUMBER’.