Question: Components:POWERSHELL 2 variables (1 for each number) to request user to provide the numbers - should define the data type of the variables as Integer
Components:POWERSHELL
- 2 variables (1 for each number) to request user to provide the numbers - should define the data type of the variables as Integer or Decimal,
- If ElseIf Else construct - we are looking at 3 possible outcome:
- 1st number is bigger than 2nd number - create a way to let user know if this is true (e.g. Wirte-Host)
- 1st number is smaller than 2nd number - create a way to let user know if this is true (e.g. Wirte-Host)
- 1st number equals to 2nd number - create a way to let user know if this is true (e.g. Wirte-Host)
- Comparison Operators: greater than, less than, equals to... to determine the outcome
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
