Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Using while loop and break statement, write a program which keeps prompting the user to enter an integer. If the number that the user enters

Using while loop and break statement, write a program which keeps prompting the user to enter an integer. If the number that the user enters is even, the program responds by printing Right on!, if it is an odd one, it prints out ODD!, if the user inputs the number -1, the program finishes and exits by printing Bye!. In order a finish a program (i.e. function) you may use the return command.

PLEASE I WANT THIS PROGRAM TO BE WRITTEN IN MATLAB SO THAT IT WILL RUN CORRECTLY.

PLEASE I NEED AN ANSWER THAT NO ELSE HAS WRITTEN.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started