Articles by Tag #while

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Day 14 - Looping

1.Find the number is prime or not A prime number is only divisible by 1 and the number itself. no...

Learn More 2 1Dec 2 '24

Number Guessing Game in Java

Guessing the number game: `package com.first; import java.util.Random; import...

Learn More 2 0May 20

Day 13 - Looping and Puzzle program

1.Collatz sequence Write a program that prints the Collatz sequence for a given number until it...

Learn More 2 0Nov 29 '24

Day 12 - Looping Excercises

1.Print this number: 1 2 3 4 5 5 4 3 2 1 no = 1 top = 5 direction = 1 while no>0: ...

Learn More 1 0Nov 28 '24

while Loop #001

While Nega Kerak? While kop narsalarni consolga chiqarish uchun kerak While loopning Syntaxi...

Learn More 1 0Aug 13 '24

Day 9 - Looping

pycache: pycache is a directory created by Python to store compiled versions of your Python scripts....

Learn More 0 0Nov 25 '24

Day - 9 at payilagam "Looping"

What is loop Loops or Iteration Statements in Programming are helpful when we need a specific task...

Learn More 0 0Apr 10

Day 10 - Looping

Write a program to calculate age: from datetime import datetime dob = input("Enter your Date of...

Learn More 0 0Nov 25 '24