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

Greatest Number with If-Else Logic

The document outlines an assignment for a Data Analyst at XYZ Corporation focused on using if-else conditions. The task requires taking three user inputs and determining the greatest number among them while handling any edge cases. This assignment emphasizes practical application of conditional statements in programming.

Uploaded by

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

Greatest Number with If-Else Logic

The document outlines an assignment for a Data Analyst at XYZ Corporation focused on using if-else conditions. The task requires taking three user inputs and determining the greatest number among them while handling any edge cases. This assignment emphasizes practical application of conditional statements in programming.

Uploaded by

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

Module 1 Conditional statement

Assignment 02

Problem Statement:

You work in XYZ Corporation as a Data Analyst. Your company has told you to work with the if-else
condition.

Tasks To Be Performed:

1. Take three user inputs and print the greatest number from those inputs using if-else
condition. Edge cases, if any, should also be handled.

You might also like