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

Hands On Quiz Prog2

These C# programs check properties of numbers like even/odd, positive/negative, and categorize a person's height.

Uploaded by

Raymond Ramirez
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)
51 views1 page

Hands On Quiz Prog2

These C# programs check properties of numbers like even/odd, positive/negative, and categorize a person's height.

Uploaded by

Raymond Ramirez
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
You are on page 1/ 1

Write a C# Sharp program to find the largest of three numbers

Write a C# Sharp program to check whether a given number is even or odd

Write a C# Sharp program to check whether a given number is positive or negative

Write a C# Sharp program to accept the height of a person in centimeter and categorize the person
according to their height

Test Data : 135

Expected Output :

The person is Dwarf.

You might also like