In a script, the user is supposed to enter either a 'y' or 'n' in response to a prompt. The user's input is read into a character variable called letter. The script will print "OK, continuing" if the user enters either a 'y' or 'Y' or it will print "OK, halting" if the user enters an 'n' or 'N" or "Error" if the user enters anything else. Put this statement in the script first: letter input('Enter your answer: ', 's'); Write the script using a single if-else statement (elseif clause is permitted). Store the statement in a variable called ans as a string. Use letter = 'n'; ans = "OK, halting";

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter4: Making Decisions
Section: Chapter Questions
Problem 5E: a. Write a program named CheckMonth that prompts a user to enter a birth month. If the value entered...
icon
Related questions
Question

4.18 Matlab

Please help me out because I am such a newbie in programming, I need detailed explanations, thank you so much!!

In a script, the user is supposed to enter either a 'y' or 'n' in response to a prompt. The user's input is read into a character variable called letter. The script will print "OK, continuing" if the user
enters either a 'y' or 'Y' or it will print "OK, halting" if the user enters an 'n' or 'N' or "Error" if the user enters anything else. Put this statement in the script first:
letter input('Enter your answer: ', 's');
Write the script using a single if-else statement (elseif clause is permitted).
Store the statement in a variable called ans as a string. Use letter = 'n';
ans = "OK, halting";
Script
1 %letter input('Enter your answer: ', 's');
2 letter = 'n';
C Reset
MATLAB Documentation
Transcribed Image Text:In a script, the user is supposed to enter either a 'y' or 'n' in response to a prompt. The user's input is read into a character variable called letter. The script will print "OK, continuing" if the user enters either a 'y' or 'Y' or it will print "OK, halting" if the user enters an 'n' or 'N' or "Error" if the user enters anything else. Put this statement in the script first: letter input('Enter your answer: ', 's'); Write the script using a single if-else statement (elseif clause is permitted). Store the statement in a variable called ans as a string. Use letter = 'n'; ans = "OK, halting"; Script 1 %letter input('Enter your answer: ', 's'); 2 letter = 'n'; C Reset MATLAB Documentation
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Algebraic Expressions
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
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,