Computer Science, asked by tumpamandal62900, 1 month ago

1.write an algorithm and draw flowchart to input a number and check if the number is a multiple of 7

2.write an algorithm and draw flowchart to input cost price and profit of an article and find the selling price​

Answers

Answered by KesavanCSE
0

Answer:

question no:1

start

get the input number

if (number is modulus to 7 equsl to 0)

print is divisible by 7

else

print not divisible by 7

stop

Similar questions