PLEASE USE MATLAB
Posted: Sun Jul 03, 2022 10:00 am
PLEASE USE MATLAB
MACHINE PROBLEM 1. Create a program that will accept 5 different numbers. Each number input will be evaluated if it is an EVEN or ODD number. The total count of ODD and EVEN number should be displayed in the screen Sample Output: Please enter 1st number: 7 The 1st number is ODD Please enter 2nd number : 2 The 2nd number is EVEN Please enter 3rd number: 4 The 3rd number is EVEN Please enter 4th number: 3 The 4th number is ODD Please enter 5th number: 10 The 5th number is EVEN
MACHINE PROBLEM 1. Create a program that will accept 5 different numbers. Each number input will be evaluated if it is an EVEN or ODD number. The total count of ODD and EVEN number should be displayed in the screen Sample Output: Please enter 1st number: 7 The 1st number is ODD Please enter 2nd number : 2 The 2nd number is EVEN Please enter 3rd number: 4 The 3rd number is EVEN Please enter 4th number: 3 The 4th number is ODD Please enter 5th number: 10 The 5th number is EVEN