Loops Programs

EXACT OUTPUT IS OPTIONAL FOR PYTHON AND JAVASCRIPT WAP to read a number and print all numbers from 1 to that number[box title=”” bg_color=”#dbdbdb” align=”left”]input: enter a number: 5output:12345[/box] WAP to read number and print all even numbers from 1 to that number[box title=”” bg_color=”#dbdbdb” align=”left”]input: enter a number: 5output:24[/box] WAP to print all number … Continue reading Loops Programs