Question: Question 1 ( 1 0 MARKS ) : Write a C# program that checks if a given number is positive, negative, or zero using if
Question MARKS:
Write a C# program that checks if a given number is positive, negative, or zero using if
else statements.
Expected Output:
Input: Output: Positive
Input: Output: Negative
Input: Output: Zero
Question MARKS::
Modify the following pseudocode to include an elseif statement to check if the age is
between and printing "Teenager" in that case:
if age
Console.WriteLineAdult;
else
Console.WriteLineNot an adult";
Plz answer this questions ASAP i really need it thank you so much for help me
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
