General Pseudocode Examples

Pseudocode – Print Numbers Between 1 to 100 which are divisible by 3, 5 and by both

Write a pseudode to print numbers between 1 to 100 which are divisible by 3, 5 and by both.

 

Leave a Comment