Develop a function odd_even that determines whether a number is odd or even. It must have the following features: . It must take in a scalar value x. • Its output is a character value y. . If the value is odd, set the output equal to odd, otherwise, set it to even. . If the value of x provided by the user is not scalar, set the output equal to non-scalar. . If the value of x provided by the user is not a whole number, round it down to the nearest whole number, then proceed in determining whether it is odd or eve

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter6: User-defined Functions
Section: Chapter Questions
Problem 17PE
icon
Related questions
Question
100%

Please use MATLAB ONLY. Upvote will be given. Type the code and take a schreenshot for the MATLAB oUTPUT. No long explanation needed. This is already answered in bartleby. Please do not copy because it is incorrect.

Develop a function odd_even that determines whether a number is odd or even. It must have the following features:
. It must take in a scalar value x.
. Its output is a character value y.
. If the value is odd, set the output equal to odd, otherwise, set it to even.
.
If the value of x provided by the user is not scalar, set the output equal to non-scalar.
.
If the value of x provided by the user is not a whole number, round it down to the nearest whole number, then proceed in determining whether it is odd or even.
Transcribed Image Text:Develop a function odd_even that determines whether a number is odd or even. It must have the following features: . It must take in a scalar value x. . Its output is a character value y. . If the value is odd, set the output equal to odd, otherwise, set it to even. . If the value of x provided by the user is not scalar, set the output equal to non-scalar. . If the value of x provided by the user is not a whole number, round it down to the nearest whole number, then proceed in determining whether it is odd or even.
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Function Arguments
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr