write an algorithm to open Ms excel in your computer
Answers
Answered by
2
Answer:
“Algorithm” usually refers to procedural programming c o d e. But a spreadsheet with formulas is effectively an algorithm, even if we don’t usually think if it that way. It’s an algorithm that runs every time the spreadsheet recalculates.
Explanation:
- CLICK ON START/COMMAND
- OPEN SORTCUT OR DIRECT CLICK ON ICON
- PRESS AND LUNCH app
------------------------------------------------------------------------------------------------------
[⇒ Try this: In a new spreadsheet, enter the labels “Product”, “Price”, [“Quantity”,
[
[Now enter some random product names in column A. Enter prices and [quantities for them in columns B and C.
[
[
[Now in cell D2, enter the formula:
[
[=B2*C2
Similar questions