Action Script | Flash | Flex | ColdFusion Answers

Questions: 296

Answers by our Experts: 143

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

write a program that take your date of birth as input and display age in years months and days
a file named "STUDENT.DAT" contains the student records (name,class, marks of 3 subjects, calculating grade) . write a command to open the file to update a student record.
This is for the implementation of the Options 1 to 4 of the menu. For simplicity, we assume that the total number of books will not exceed 1000 within the program. To accommodate up to 1000 book records, consequently, you can declare an array of structures with this size in the main() of bookRecord.cpp. The array should originally contain five records in order to run the program before adding any new records. As a result, you need to declare and initialize the array with the five records as given below:
const int MAXRECORD = 1000;
struct bookRecord
{
string callNum;
string title;
double price;
int copyNum;
};
bookRecord bookRec[MAXRECORD]=
{"A010", "Harry Potter”, 79.95, 10,
“C101”, “eCommerce”, 115.48, 3,
"E180", "Digital Signal Processing", 68.45, 5,
"E486", "Optimal Control Systems”, 49.99, 2,
“S666”, “A Brief History of Time”, 15.25, 8};
•Explain how each of these design tools are used to represent the programming logic for the two requirements to express the Balance:
◦Problem analysis chart
create a java program that accepts input numbers and continues to do so until a negative entered. It will then display the positive output.
kindly explain in simple language
k=zeros(1,20)
m=0
for ii=1:10
k(ii)=ii^2
if k(ii)>60
m=m+k(ii)
end
end
The program bookRecord.cpp should be menu-driven, and be able to display the menu looked like
MAIN MENU
0. Exit
1. Search for a book
2. List books of a category
3. List books in a price range
4. List all books
5. Update a book record
6. Add a book record
7. Delete a book record
Your choice ->
plz answer it i really need it thnx
The billing department at the bank has asked for your team’s help. They want to develop a program that will determine the monthly charges for checking accounts. The following criteria is to be used:

•Balance > or = 100.00 will not be charged fees
•Balance < 100.00 will be charged $9.95 monthly fee
Answer the following question on how you would approach the programming logic to handle these conditions:

•Explain how each of these design tools are used to represent the programming logic for the two requirements to express the Balance:
◦Problem analysis chart
◦Structure chart
◦IPO chart
◦Coupling diagram
◦Data dictionary
•Which 2 design tools would you adopt to develop the design to handle the two requirements and why?
help me to write a press release for any product.
write a program to write each term of sequence 1^x-2^x+3^x............25^x. The value of n will be entered from a keyboard(cin)
LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS