Hello can you help me write a code in   'C'  with the given requirments? Simulate an Elevator-Controller Program. The Elevator should be able to travel between five floors namely Ground, 1st, 2nd, 3rd, 4th and 5th floors. The elevator can travel going up (unless they are at the 5th floor) or going down (unless they are at the ground floor). The elevator can only contain one passenger (which is the current user of the program). Initially the elevator begins and loads at the Ground Floor. If the user wants to travel to the 5th floor, the elevator shall go up to the said floor. It is the option of the user if they want to alight the elevator or not on the 5th floor or any floor on the way. Realistic rules should apply: If the user alights at the 4th floor, when they ride the elevator again, it should begin traveling from the 4th floor and from there choose to go up or down. Your program should have some validation: meaning, only the valid characters should be received by the program (G, 1, 2, 3, 4, 5). If the user keys-in “A” or “-1”, the program should be able to handle such input and not crash and ask for a correct valid input. Keep your program modular (use functions), and apply all lessons and concepts learned in class. Indicate in the comments (per item) all the lessons and concepts used and if possible indicate the specific parts and syntax applied. The elevator can also travel from B1 to B3 (Basement 1 to 3). The elevator can also allow new passengers to ride the elevator during the trip of the first user. The number of passengers per trip can vary.  Do not use GOTO statements

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

Hello can you help me write a code in   'C'  with the given requirments?

Simulate an Elevator-Controller Program. The Elevator should be able to travel between five floors
namely Ground, 1st, 2nd, 3rd, 4th and 5th floors. The elevator can travel going up (unless they are
at the 5th floor) or going down (unless they are at the ground floor). The elevator can only contain
one passenger (which is the current user of the program). Initially the elevator begins and loads at
the Ground Floor. If the user wants to travel to the 5th
floor, the elevator shall go up to the said floor. It is the option of the user if they want to alight the elevator or not on the 5th floor or any floor on the way.
Realistic rules should apply: If the user alights at the 4th floor, when they ride the elevator again, it
should begin traveling from the 4th floor and from there choose to go up or down. Your program
should have some validation: meaning, only the valid characters should be received by the program
(G, 1, 2, 3, 4, 5). If the user keys-in “A” or “-1”, the program should be able to handle such input and
not crash and ask for a correct valid input.
Keep your program modular (use functions), and apply all lessons and concepts learned in class.
Indicate in the comments (per item) all the lessons and concepts used and if possible indicate the
specific parts and syntax applied. The elevator can also travel from B1 to B3 (Basement 1 to 3). The elevator can also allow new passengers to ride the elevator during the trip of the first user. The number of passengers per trip
can vary.
 Do not use GOTO statements 

Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Random Class and its operations
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
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education