JeanStone an online shopping portal introduces jeans for women. Assume 10 model pictures are given with different sizes. Write an algorithm to arrange them in the catalog, based on their size from big to small.
Answers
Answer:
Ans this this is something different
Answer:
START
DECLARE variables size
if the size is 44 then display the model picture first in the catalog
if the size is 42 then display the model picture second in the catalog
if the size is 40 then display the model picture third in the catalog
if the size is 38 then display the model picture fourth in the catalog
if the size is 36 then display the model picture fifth in the catalog
if the size is 34 then display the model picture sixth in the catalog
if the size is 32 then display the model picture seventh in the catalog
if the size is 30 then display the model picture eighth in the catalog
if the size is 28 then display the model picture ninth in the catalog
if the size is 26 then display the model picture tenth in the catalog
END