Loops Programs

EXACT OUTPUT IS OPTIONAL FOR PYTHON AND JAVASCRIPT WAP to read a number and print all numbers from 1 to that number Input: Enter a number: 5 Output: 1 2 3 4 5 WAP to read number and print all even numbers from 1 to that number Input: Enter a number: 5 Output: 2 4 … Continue reading Loops Programs