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
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed