Delphi | Pascal Answers

Questions: 33

Answers by our Experts: 22

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

Question 1

A book owner uses the age of the customer and the type of books to calculate discounts

write the btnTestAgeClick event handler.All customers older than 50 years get atleest 10% discount

the header for the event handler is :
procedure TfrmConditionalDiscount.btnTestAgeClick(sender: TObject);

question 2

write the btnTestTypeClick event handler. Use a case statement. The alternativees are children(15%) reference(5%) and other(20%) if none is selected then '% discount' apperars.

The Header is :

procedure TfrmConditionalDiscount.btnTestAgeClick(sender: TObject);
Write a program that asks the user to enter the number of stars per row and the number of rows to be displayed. for example, entering 5 and 3 should display:
*****
*****
*****
How can i write a Pascal program which accept numbers and arrange them in ascending order then gives me the output?
LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS