Computer Science, asked by ishu3155, 1 year ago

write a algorithm to accept the size of two bottles and check whether they are equal or not .display the message accordingly

Answers

Answered by smartykrishna30
0

In programming, algorithm are the set of well defined instruction in sequence to solve a program. An algorithm should always have a clear stopping point.  Qualities of a good algorithm Inputs and outputs should be defined precisely. Each steps in algorithm should be clear and unambiguous. Algorithm should be most effective among many different ways to solve a problem. An algorithm shouldn't have computer code. Instead, the algorithm should be written in such a way that, it can be used in similar programming languages.


ishu3155: is this the answer
Similar questions