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

Assignment Two

The document outlines submission guidelines for a group assignment due on March 25, 2025, requiring a PowerPoint presentation with member names and registration numbers. It details specific programming tasks for different groups, including checking number signs, generating Fibonacci numbers, printing prime numbers, finding max/min values in a list, and creating a multiplication table. Groups 3 and 4 are instructed to collaborate on their task.

Uploaded by

iakambamu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views1 page

Assignment Two

The document outlines submission guidelines for a group assignment due on March 25, 2025, requiring a PowerPoint presentation with member names and registration numbers. It details specific programming tasks for different groups, including checking number signs, generating Fibonacci numbers, printing prime numbers, finding max/min values in a list, and creating a multiplication table. Groups 3 and 4 are instructed to collaborate on their task.

Uploaded by

iakambamu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Submission Guidelines

• Submit your assignment by 25th/march 2025 via e-learning.


• Include a cover page with group member names and registration
numbers.
• Each group should have all its work in a Powerpoint presentation.
• For Group (3 &4),should do the work together & will be presented
together.

GROUP ASSIGNMENT
a) Write a Python program that takes a number as input from the user and checks
whether it is positive, negative, or zero using an if-elif-else control
structure.(Group 1)
b) Write a Python program using a while loop to print the first 10 Fibonacci
numbers. (Group 2)
c) Write a program that uses a for loop to print all prime numbers between 1
and 100. (Group 3 & 4)

d) You are given a list of numbers. Write a Python function to find the maximum
and minimum values in the list without using the max() or min() functions.
(Group 5)
e) Write a Python function that prints the multiplication table of a number (from
1 to 10) using a for loop. (Group 6)

You might also like