Computer Science, asked by abdulmaster123456, 9 months ago

Write a program to print all the numbers below 50 which are divisible by 7​

Answers

Answered by sandeepkaurmarok
2

Answer:

cls

let A= 1 to 50 step 7

print A

next A

Similar questions