You have the correct answer selected!
B) <span>tool bar
i hope helped ^-^</span>
The programmer solves the problems of a user by expressing an algorithm in a programming language to make a program that can run on a computer.
Answer:
see explaination
Explanation:
Function Real calcDiscountPrice(Real price, Real percentage) // Calculate the discount.
Declare Real discount= (price * percentage) / 100.0 // Subtract the discount from the price.
//dividing by 100.0 because of % concept
Declare Real discountPrice = price - discount // Return the discount price.
Return discount End Function
<span>D. Page Layout i hope this helps </span>