0% found this document useful (0 votes)
40 views1 page

NAME: Irene Sultana ID:183014035: Solution

This document contains Irene Sultana's ID and solutions to 6 Python programming problems: checking if a number is negative, positive, or zero; finding the maximum of two numbers; checking if a number is divisible by 5 and 11; checking if a number is even or odd; printing the multiplication table of 11; and checking if a number is prime. For each problem, a URL is provided to access the code solution on repl.it.

Uploaded by

Irene Sultana
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
Download as docx, pdf, or txt
0% found this document useful (0 votes)
40 views1 page

NAME: Irene Sultana ID:183014035: Solution

This document contains Irene Sultana's ID and solutions to 6 Python programming problems: checking if a number is negative, positive, or zero; finding the maximum of two numbers; checking if a number is divisible by 5 and 11; checking if a number is even or odd; printing the multiplication table of 11; and checking if a number is prime. For each problem, a URL is provided to access the code solution on repl.it.

Uploaded by

Irene Sultana
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1/ 1

NAME: Irene Sultana

ID:183014035

1. Write a python program to check whether a number is negative, positive or


Zero.

Solution:

https://repl.it/join/wbnwnzpu-irenesultana

2. Write a python program to find maximum between two numbers.

Solution:

https://replit.com/join/orvynils-irenesultana

3.  Write a python program to check whether a number is divisible by 5 and 11or


not.

Solution:

https://replit.com/join/mcprlegy-irenesultana

4. Write a python program to check whether a number is even or odd.

Solution:

https://replit.com/join/iqeirujp-irenesultana

5.  Print the multiplication table of 11

Solution:

https://replit.com/join/rfhjbkoh-irenesultana

6.  write a function to check a number is prime or not

Solution:

https://replit.com/join/imbkofli-irenesultana

You might also like